Hello World

less than 1 minute read

public class Chen
{
public void SayHello()
{
Console.WriteLine("Hello everyone! this is my first blog post, its about time");
}
}

Updated:

Comments