cd
into challenges folder
Run g++ [challenge-file].cpp ./utils/basic-functions.cpp
Then just ./a.out
Compile in compiler of choice?
This is a repo for me to keep track of my progress through these challenges. To respect the rules, if I ever progres far enough, this will only contain challenges 1-100. I also hope to comment and document my learning / solutions in each file.