I'm no blogger
Archive for April 6, 2008
Hello World C#
Apr 6th
using System;
public class hello
{
public hello()
{
print("Hello World C#");
}
}
I'm no blogger
Apr 6th
using System;
public class hello
{
public hello()
{
print("Hello World C#");
}
}
Recent Comments