diff options
author | Hunky Jimpjorps <thechairman@thechairman.info> | 2023-12-08 09:42:13 -0500 |
---|---|---|
committer | Hunky Jimpjorps <thechairman@thechairman.info> | 2023-12-08 09:42:13 -0500 |
commit | df2f2fd140f188dfb5df68b44e397a8855e79f02 (patch) | |
tree | 9bb603eba8a3c46848bc59a6c5ba1c73ed34759c /aoc2023/src/day8/.gitignore | |
parent | 82c3ecec3de5111b460910bafe141b3aed478676 (diff) | |
parent | b51dd4b3768bce0209733ef2562cb96e5330d3c6 (diff) | |
download | gleam_aoc-df2f2fd140f188dfb5df68b44e397a8855e79f02.tar.gz gleam_aoc-df2f2fd140f188dfb5df68b44e397a8855e79f02.zip |
Merge branch 'main' of https://github.com/hunkyjimpjorps/AdventOfCode
Diffstat (limited to 'aoc2023/src/day8/.gitignore')
-rw-r--r-- | aoc2023/src/day8/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/aoc2023/src/day8/.gitignore b/aoc2023/src/day8/.gitignore new file mode 100644 index 0000000..ae40cea --- /dev/null +++ b/aoc2023/src/day8/.gitignore @@ -0,0 +1 @@ +input.txt
\ No newline at end of file |