Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 2.01 KB

File metadata and controls

25 lines (18 loc) · 2.01 KB

Console

This folder contains System.Console examples.

Build and run

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

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

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