Hello Mono!

steve$ cat hello.cs
using System;

public class HelloMonoWorld {

public static void Main() {
System.Console.WriteLine("Hello Mono World");
}
}
steve$ mcs hello.cs
Compilation succeeded
steve$ mono hello.exe
Hello Mono World
steve$

Post a Comment

 
 
Prove you're not a spammer: 
7 + 7 =