Learn C# The Hard Way
Tuesday, December 8, 2015
10. Hello World!
IN:
using System;
public class Test
{
public static void Main()
{
Console.WriteLine("Hello World!");
}
}
OUT:
Hello World!
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment