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

https://github.com/invalidusrname/cs_hello_world

Hello World, done in C#
https://github.com/invalidusrname/cs_hello_world

Last synced: about 1 year ago
JSON representation

Hello World, done in C#

Awesome Lists containing this project

README

          

# Hello World

Simple Hello World app, written in C#

Used as an example to see if Mono would compile and run on OSX.

## How do I run this?

1. Download and install [mono](http://www.mono-project.com/Mono:OSX)
2. mcs hello.cs
3. mono hello.exe