You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CPP solutions for AdventOfCode2022. These arn't polished as my goal is to complete each problem as quickly as possible and warmup my CPP after many months.
Compiled with GCC:
g++ <day>.cpp
Run in shell/terminal/cmd:
a.exe data<day>.txt
About
CPP solutions for AdventOfCode2022. These arn't polished as my goal is to complete each problem as quickly as possible and warmup my CPP after many months.