Completed day 2 part 1 and 2

This commit is contained in:
2025-03-22 22:24:30 +00:00
parent 445927fd11
commit fe3d1e5b31
4 changed files with 1134 additions and 0 deletions

5
2015_day_2/Makefile Normal file
View File

@@ -0,0 +1,5 @@
compile:
gcc day_2.c -Wall -Werror=switch -o day_2
run:
./day_2