This folder contains .Net Framework "Hello, World!" examples.
- HelloWorld The classic first application "Hello, World!" with System.Console class.
- HelloWorld2 The classic first application "Hello, World!" with System.Console class.
To build this project, open "Terminal" and type following lines:
mkdir build && cd build
cmake ..
start HelloWorlds.slnSelect any project and type Ctrl+F5 to build and run it.