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#
- Host: GitHub
- URL: https://github.com/invalidusrname/cs_hello_world
- Owner: invalidusrname
- Created: 2009-08-14T18:12:52.000Z (almost 17 years ago)
- Default Branch: master
- Last Pushed: 2009-08-14T18:23:23.000Z (almost 17 years ago)
- Last Synced: 2025-03-24T01:13:32.603Z (about 1 year ago)
- Language: C#
- Homepage:
- Size: 70.3 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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