Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 642 Bytes

File metadata and controls

19 lines (12 loc) · 642 Bytes

HelloWorlds

This folder contains .Net Framework "Hello, World!" examples.

Build and run

To build this project, open "Terminal" and type following lines:

mkdir build && cd build
cmake ..
start HelloWorlds.sln

Select any project and type Ctrl+F5 to build and run it.