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