Just a repo for helping a friend with som hello world C# code for the RaspberryPi
##HelloWorld Simple console sample to test Mono compiler and runtime
Usage:
mcs HelloWorld.cs
mono HelloWorld.exe
On success it should output
Hello World
##StudioSolution Simple Visual Studio solution to test XBuild
Usage:
xbuild StudioSolution.sln
mono StudioSolution/bin/Debug/StudioSolution.exe
On success it should output
It compiles!