From 87e2140a5d46e95dc05526dc03cc2f55f195842c Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Sat, 17 Nov 2018 21:52:51 +0200 Subject: Initial scaffolding for doing advent of code challenges Mostly just having a project and a convenient way of reading in a file. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..6aa1064 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/target/ +**/*.rs.bk +Cargo.lock -- cgit v1.2.3