|
2f2b4194c6
|
A little refactoring for day 3.
|
2023-12-07 00:29:49 +04:00 |
|
|
3b277352d1
|
Cleaning up through all code.
|
2023-12-06 05:18:43 +04:00 |
|
|
2d3e387f4f
|
Bring ISDIGIT macro in part 1 of the day 3 as well.
|
2023-12-03 19:01:32 +04:00 |
|
|
031a7c6892
|
Remove ctype.h include.
|
2023-12-03 18:38:36 +04:00 |
|
|
c2efe3c9f0
|
Let's replace a func call with a simple macro that just checks for if a character is between 0x30 ('0') to 0x39 ('9').
|
2023-12-03 18:36:14 +04:00 |
|
|
f4735ab54f
|
Pass just a line to parse_number().
|
2023-12-03 18:31:34 +04:00 |
|
|
fabaaffe11
|
Day 3 part 2 complete!
|
2023-12-03 18:27:32 +04:00 |
|
|
61fe20524b
|
Day 3 part 1 complete.
|
2023-12-03 17:57:26 +04:00 |
|