Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 358 Bytes

File metadata and controls

15 lines (10 loc) · 358 Bytes

Hello Worlds

Generate and build

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

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

Open "Test/Test Explorer" with Ctrl+E,t and type Ctrl+R,v to build and run all tests.