Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 348 Bytes

readme.md

File metadata and controls

35 lines (23 loc) · 348 Bytes

World Cup Tournament Simulator

screenshot_1

screenshot_2

Clone

$ git clone [email protected]:brandon-wallace/world_cup_tournament_simulator.git

$ cd world_cup_tournament_simulator/

Compile

$ make clean
$ make

Run

$ ./main

Debug

$ make debug