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