/* C# Hello, world!
Programming in C#
*/
using System;
namespace Program {
class Hello {
public static void Main (String[] args) {
Console.WriteLine("Hello, world!");
}
}
}
To embed this project on your website, copy the following code and paste it into your website's HTML: