diff options
author | J.J <thechairman@thechairman.info> | 2023-12-14 10:38:37 -0500 |
---|---|---|
committer | J.J <thechairman@thechairman.info> | 2023-12-14 10:38:37 -0500 |
commit | bb7f8330f475f71671bbe5f7488c8f10a3dca097 (patch) | |
tree | 6e4539e754ffc47f92f7684a69dc7f64adf8d16d /aoc2023/src/day14/.gitignore | |
parent | cb164b2e2912e300d5e26f9df546899c74cc9673 (diff) | |
download | gleam_aoc-bb7f8330f475f71671bbe5f7488c8f10a3dca097.tar.gz gleam_aoc-bb7f8330f475f71671bbe5f7488c8f10a3dca097.zip |
day 14 gleam part 1 complete
Diffstat (limited to 'aoc2023/src/day14/.gitignore')
-rw-r--r-- | aoc2023/src/day14/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/aoc2023/src/day14/.gitignore b/aoc2023/src/day14/.gitignore new file mode 100644 index 0000000..ae40cea --- /dev/null +++ b/aoc2023/src/day14/.gitignore @@ -0,0 +1 @@ +input.txt
\ No newline at end of file |