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
- Host: GitHub
- URL: https://github.com/devlead/raspberrypimonohelp
- Owner: devlead
- License: mit
- Created: 2013-08-12T06:16:06.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-08-12T07:13:32.000Z (over 12 years ago)
- Last Synced: 2025-01-01T06:24:37.518Z (over 1 year ago)
- Language: C#
- Size: 113 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!