Help:Contents
Help page
More actions
// Hello World in Microsoft C# ("C-Sharp").
using System;
class HelloWorld { public static int Main(String[] args) { Console.WriteLine("Hello, World!"); return 0; } }
Couldn't load preferences. Check your connection and try again.
// Hello World in Microsoft C# ("C-Sharp").
using System;
class HelloWorld { public static int Main(String[] args) { Console.WriteLine("Hello, World!"); return 0; } }