diff options
author | HJ <thechairman@thechairman.info> | 2023-12-03 01:59:44 -0500 |
---|---|---|
committer | HJ <thechairman@thechairman.info> | 2023-12-03 01:59:44 -0500 |
commit | 5108ae09e37ff6c71a9d791ef70897c4b6791c42 (patch) | |
tree | aa4ffcda8feda4da308c465f728a9b2f37c6b39f /aoc2023/src/day3/.gitignore | |
parent | 8c6a76dcd8384d4b4d06376f9af7ec9422291721 (diff) | |
download | gleam_aoc-5108ae09e37ff6c71a9d791ef70897c4b6791c42.tar.gz gleam_aoc-5108ae09e37ff6c71a9d791ef70897c4b6791c42.zip |
day 3 complete
Diffstat (limited to 'aoc2023/src/day3/.gitignore')
-rw-r--r-- | aoc2023/src/day3/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/aoc2023/src/day3/.gitignore b/aoc2023/src/day3/.gitignore new file mode 100644 index 0000000..ae40cea --- /dev/null +++ b/aoc2023/src/day3/.gitignore @@ -0,0 +1 @@ +input.txt
\ No newline at end of file |