diff options
author | Brian Chu <brianmchu42@gmail.com> | 2022-11-30 23:02:09 -0800 |
---|---|---|
committer | Brian Chu <brianmchu42@gmail.com> | 2022-11-30 23:02:09 -0800 |
commit | 217582a34d4c47c5b0bc6e137e6019f2485b741f (patch) | |
tree | e90559dd3f087b8b80b0067c45b576c15f3a30fb /.gitignore | |
download | AdventOfCode2022-217582a34d4c47c5b0bc6e137e6019f2485b741f.tar.gz |
template scaffolding and day1 solution
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..d3592bd --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +.vscode +bin/ +obj/ +inputs/ \ No newline at end of file |