diff options
author | J.J <thechairman@thechairman.info> | 2023-12-04 00:56:43 -0500 |
---|---|---|
committer | J.J <thechairman@thechairman.info> | 2023-12-04 00:56:43 -0500 |
commit | aa4626c6d3feb825f43ae53f0bed09da249f873b (patch) | |
tree | 88140717cee083ab9afa0e6fdd3cdef1385d1e56 /aoc2023/src/day4/.gitignore | |
parent | cd893a2756ffcc73df737a154ea7b3e2119329fe (diff) | |
download | gleam_aoc-aa4626c6d3feb825f43ae53f0bed09da249f873b.tar.gz gleam_aoc-aa4626c6d3feb825f43ae53f0bed09da249f873b.zip |
day 4 complete
Diffstat (limited to 'aoc2023/src/day4/.gitignore')
-rw-r--r-- | aoc2023/src/day4/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/aoc2023/src/day4/.gitignore b/aoc2023/src/day4/.gitignore new file mode 100644 index 0000000..ae40cea --- /dev/null +++ b/aoc2023/src/day4/.gitignore @@ -0,0 +1 @@ +input.txt
\ No newline at end of file |