diff options
author | J.J <thechairman@thechairman.info> | 2023-12-03 12:20:29 -0500 |
---|---|---|
committer | J.J <thechairman@thechairman.info> | 2023-12-03 12:20:29 -0500 |
commit | 0607a032238b545d3d49d3af0e1763f82ccdd31a (patch) | |
tree | a216ed6f22cb75e699de66037273ecab3d07fcb3 /aoc2023/src/.gitignore | |
parent | 91e090a088470ec24ad834eb30588004d263efdd (diff) | |
download | gleam_aoc-0607a032238b545d3d49d3af0e1763f82ccdd31a.tar.gz gleam_aoc-0607a032238b545d3d49d3af0e1763f82ccdd31a.zip |
testing
Diffstat (limited to 'aoc2023/src/.gitignore')
-rw-r--r-- | aoc2023/src/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/aoc2023/src/.gitignore b/aoc2023/src/.gitignore new file mode 100644 index 0000000..d9408e9 --- /dev/null +++ b/aoc2023/src/.gitignore @@ -0,0 +1,2 @@ +input.txt +aoc2023.gleam
\ No newline at end of file |