diff options
author | Brian Chu <brianmchu42@gmail.com> | 2022-01-27 13:43:15 -0800 |
---|---|---|
committer | Brian Chu <brianmchu42@gmail.com> | 2022-01-27 13:43:15 -0800 |
commit | facc9b10d3df43354e684882505fd07a3bc0985f (patch) | |
tree | dc951c96a7c7466d4cb7cb1f670c043fddb6cb7a /.gitignore | |
download | AdventOfCode2017-facc9b10d3df43354e684882505fd07a3bc0985f.tar.gz |
solutions up to day 4
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2211df6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.txt |