Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 452 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 452 Bytes

Development

Dependencies

  • C-Compiler (gcc, clang, visual studio)
  • cmake

Adding a new challenge

$ cd sources
$ ./new_challenge.sh
$ cd challenge$NUM

Start developing

Compiling

gcc or clang

$ mkdir build
$ cd build
$ cmake ..
$ make

Visual Studio

C> mkdir build
C> cd build
C> cmake -G "Visual Studio" ..

Open solution files in visual studio