From 8c455609328667c6edca55938f717b628fc55ebd Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Sat, 15 Dec 2018 15:09:20 +0200 Subject: Solve day12.1 with naive vectors --- day12/Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 day12/Cargo.toml (limited to 'day12/Cargo.toml') diff --git a/day12/Cargo.toml b/day12/Cargo.toml new file mode 100644 index 0000000..30fc4c7 --- /dev/null +++ b/day12/Cargo.toml @@ -0,0 +1,6 @@ +[package] +name = "day12" +version = "0.1.0" +authors = ["Jan Tuomi "] + +[dependencies] -- cgit v1.3