Here is a simple hello world program in C# provided by my friend Dave Marcellana.
Add me at Facebook my address is jakerpomperada@gmail.com and jakerpomperada@yahoo.com.
Program Listing
HelloWorld.cs
using System;
public static class HelloWorld
{
public static void Main()
{
Console.WriteLine("Hello World!");
}
}
Add me at Facebook my address is jakerpomperada@gmail.com and jakerpomperada@yahoo.com.
My mobile number here in the Philippines is 09173084360.
Program Listing
HelloWorld.cs
using System;
public static class HelloWorld
{
public static void Main()
{
Console.WriteLine("Hello World!");
}
}
No comments:
Post a Comment