diff options
author | HJ <thechairman@thechairman.info> | 2023-12-18 08:43:44 -0500 |
---|---|---|
committer | HJ <thechairman@thechairman.info> | 2023-12-18 08:43:44 -0500 |
commit | ee8001fe861ddb62b042a5904cfb57b5c511d2e7 (patch) | |
tree | 0cd13b5fddce0e05862297d1ef89bb538fa4ab9d /aoc2023/src/day18/.gitignore | |
parent | d782a6118d7c48371912d52c1839014d0309ff5a (diff) | |
download | gleam_aoc-ee8001fe861ddb62b042a5904cfb57b5c511d2e7.tar.gz gleam_aoc-ee8001fe861ddb62b042a5904cfb57b5c511d2e7.zip |
day 18 gleam complete
Diffstat (limited to 'aoc2023/src/day18/.gitignore')
-rw-r--r-- | aoc2023/src/day18/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/aoc2023/src/day18/.gitignore b/aoc2023/src/day18/.gitignore new file mode 100644 index 0000000..ae40cea --- /dev/null +++ b/aoc2023/src/day18/.gitignore @@ -0,0 +1 @@ +input.txt
\ No newline at end of file |