diff options
| author | Bond_009 <bond.009@outlook.com> | 2020-12-05 14:40:20 +0100 |
|---|---|---|
| committer | Bond_009 <bond.009@outlook.com> | 2020-12-05 14:42:06 +0100 |
| commit | 518658a0a1541953594e440996c0d914f0128464 (patch) | |
| tree | de6e65100b11c7323c670e9eec40ca6985fa0b87 /5/part1.c | |
| parent | 3fd4790dd53176ec9cdd7105cb6d2086cd018a3b (diff) | |
Minor improvements to day 2
Diffstat (limited to '5/part1.c')
| -rw-r--r-- | 5/part1.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1,7 +1,4 @@ -#include <stdbool.h> #include <stdio.h> -#include <stdlib.h> -#include <string.h> #define COLUMNS 8 #define ROWS 128 |
