The mono
command is used to run compiled C# programs. You need to compile hello.cs
first with:
mcs hello.cs
Then you can execute it with:
mono hello.exe
For more information on writing C# programs with Mono see: http://www.codeproject.com/Articles/9407/Introduction-to-Mono-Your-first-Mono-app