Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/slang25/csharp8_net4x_playground
https://github.com/slang25/csharp8_net4x_playground
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/slang25/csharp8_net4x_playground
- Owner: slang25
- Created: 2019-10-15T11:03:39.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-15T11:06:06.000Z (about 5 years ago)
- Last Synced: 2024-12-24T03:25:56.480Z (19 days ago)
- Language: C#
- Size: 5.86 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# csharp8_net4x_playground
Run:
```
dotent build -c Release
mono bin/Release/net461/csharp8-net4x.exe
```Output:
```
0
1
2
world
```