From 2f2c1fe8e23e353ac97e1c7d250f587dbe1ba1c2 Mon Sep 17 00:00:00 2001 From: Justin Worthe Date: Thu, 22 Dec 2016 15:51:41 +0200 Subject: AOC22 work in progress Has crazy hack optimization to work for the data set, assuming all data is about moving the 'gap' around. It hasn't run to completion yet. --- aoc22/Cargo.toml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 aoc22/Cargo.toml (limited to 'aoc22/Cargo.toml') diff --git a/aoc22/Cargo.toml b/aoc22/Cargo.toml new file mode 100644 index 0000000..074ccd5 --- /dev/null +++ b/aoc22/Cargo.toml @@ -0,0 +1,7 @@ +[package] +name = "aoc22" +version = "0.1.0" +authors = ["Justin Worthe "] + +[dependencies] +regex = "0.1" \ No newline at end of file -- cgit v1.2.3