BillHungNet



Mono

[2010-11-22 Bill Hung London]

First get Hello World for Mono.

1. Install gmcs compiler for mono 
sudo apt-get install mono-gmcs

2. executing on virtual pc with Ubuntu 10.04 LTS (long term support)
billh@billxp:~/temp$ gmcs helloworld.cs 
billh@billxp:~/temp$ mono helloworld.exe
Hello Mono World
billh@billxp:~/temp$