From d3a319e42258ceabaa51ba2b050753e660c893d9 Mon Sep 17 00:00:00 2001 From: DutchEllie Date: Sat, 18 Dec 2021 12:16:10 +0100 Subject: [PATCH] Why did it not add the go.mod --- 2-1/go.mod | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 2-1/go.mod diff --git a/2-1/go.mod b/2-1/go.mod new file mode 100644 index 0000000..fc1284b --- /dev/null +++ b/2-1/go.mod @@ -0,0 +1,3 @@ +module git.home.dutchellie.nl/Dutchellie/adventofcode2021 + +go 1.17