Skip to content

Latest commit

 

History

History
163 lines (158 loc) · 5.24 KB

README.md

File metadata and controls

163 lines (158 loc) · 5.24 KB

How to run

Windows

To Be Added (Unless I forget)

Linux

# Building
cd day_XX # Replace XX with day number
mkdir build && cd build
cmake ..
make

# Running
./day_XX_partY # Replace XX with day number and Y with part number

Mac

Contributions welcome

Solution Time Breakdown

Total time: 16h 1m

Time format: mm:ss.ms