Saturday, March 5, 2011

HELLO WORLD


using System;

namespace hello_world_0320100017
{
class Class1
{
[STAThread]
static void Main(string[] args)
{
Console.WriteLine("Hello world");//tampilan
Console.ReadLine();
}
}
}

0 komentar:

Post a Comment

Saya butuh komentar Anda...