An open API service indexing awesome lists of open source software.

https://github.com/devlead/raspberrypimonohelp

Just a repo for helping a friend with som hello world C# code for the RaspberryPi
https://github.com/devlead/raspberrypimonohelp

Last synced: 14 days ago
JSON representation

Just a repo for helping a friend with som hello world C# code for the RaspberryPi

Awesome Lists containing this project

README

          

RaspberryPiMonoHelp
===================

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!