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