Comment 8 for bug 1184054

Revision history for this message
Mirco Bauer (meebey) wrote :

Try this hello world compile:
echo 'class MainClass { static void Main() { System.Console.WriteLine("Hello World!"); } }' > hello.cs
dmcs hello.cs
mono hello.exe