From e41e6c8bc72e3300a0fa137f198454341bc315b1 Mon Sep 17 00:00:00 2001 From: mathiasmagnusson Date: Fri, 9 Dec 2022 18:00:02 +0100 Subject: Add aoc --- 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..f712e2b --- /dev/null +++ b/aoc22/Cargo.toml @@ -0,0 +1,7 @@ +[workspace] + +members = [ + "lib", + "day1", + "day2", +] -- cgit v1.2.3