From 46cee023d2c7473095b65a543076cc1d40d9ab80 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Mon, 4 Dec 2023 13:51:38 +0000 Subject: chore: common repo chore: break out part a chore: refactor to include b mode flag finish day 2 ignore --- aoc02/Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 aoc02/Cargo.toml (limited to 'aoc02/Cargo.toml') diff --git a/aoc02/Cargo.toml b/aoc02/Cargo.toml new file mode 100644 index 0000000..87ba57d --- /dev/null +++ b/aoc02/Cargo.toml @@ -0,0 +1,4 @@ +[package] +name = "aoc02" +version = "0.1.0" +edition = "2021" -- cgit v1.2.3