diff options
author | dzwdz | 2022-12-01 20:00:08 +0100 |
---|---|---|
committer | dzwdz | 2022-12-01 20:00:08 +0100 |
commit | 1997482305dab1a3804f084048ff48797339908a (patch) | |
tree | b2a94eeccf6e33050edceec9ade195dc55ac8556 /.gitignore |
day 1 part 1
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..567ae2b --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +cookie +*.in +*/a.out |