diff options
author | HJ <thechairman@thechairman.info> | 2023-12-15 07:57:42 -0500 |
---|---|---|
committer | HJ <thechairman@thechairman.info> | 2023-12-15 07:57:42 -0500 |
commit | 7d7e1fca0fdb635cc6bfdf9e3cda3fe2b8e9a9c6 (patch) | |
tree | 005f5907b445e87a159c38b0f86741229e1cd8a1 /aoc2023/src/day15/.gitignore | |
parent | fcd6998f07bb9f44dafcb029156ae171ee4b0387 (diff) | |
download | gleam_aoc-7d7e1fca0fdb635cc6bfdf9e3cda3fe2b8e9a9c6.tar.gz gleam_aoc-7d7e1fca0fdb635cc6bfdf9e3cda3fe2b8e9a9c6.zip |
day 15 gleam done
Diffstat (limited to 'aoc2023/src/day15/.gitignore')
-rw-r--r-- | aoc2023/src/day15/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/aoc2023/src/day15/.gitignore b/aoc2023/src/day15/.gitignore new file mode 100644 index 0000000..ae40cea --- /dev/null +++ b/aoc2023/src/day15/.gitignore @@ -0,0 +1 @@ +input.txt
\ No newline at end of file |