advent-of-code/day-02/src
icaema 0f9839ef49 Used sscanf to simplify code
Instead of manually parsing out the game_id and raw_hand manually, use sscanf
2023-12-02 23:05:37 -05:00
..
build/Debug implemented d01l01 in c 2023-12-02 15:06:24 -05:00
part01.c Used sscanf to simplify code 2023-12-02 23:05:37 -05:00
part01.py cleaned up code and added debug print 2023-12-02 11:42:01 -05:00
part02.c Used sscanf to simplify code 2023-12-02 23:05:37 -05:00
part02.py day 2 part 2 done!! 2023-12-02 12:15:47 -05:00