A set of tutorials for "Bring INT on". The INT's first programming contest event!
You can find code samples from our workshop in src folder.
I shall add more samples to the day of contest.
Commands to compile and execute samples on Linux/macOS
git clone https://github.com/mirmohammad/BRING-INT-ON
cd BRING-INT-ON
mkdir bin
cd bin
g++ ../src/[replace-with-sample-file-name].cpp -o [replace-with-sample-file-name]
./[replace-with-sample-file-name] [replace-with-argument-1-optional] [replace-with-argument-2-optional]