From e65156225ecb23a0db0ab159f43cf7f8cadc9e91 Mon Sep 17 00:00:00 2001 From: Stefan Harmuth Date: Wed, 29 Dec 2021 16:42:26 +0100 Subject: [PATCH] d4 just started, but not attempted, yet --- aoc2018.nimble | 17 ----------------- aoc2018.nims | 1 - 2 files changed, 18 deletions(-) delete mode 100644 aoc2018.nimble delete mode 100644 aoc2018.nims diff --git a/aoc2018.nimble b/aoc2018.nimble deleted file mode 100644 index ef23efa..0000000 --- a/aoc2018.nimble +++ /dev/null @@ -1,17 +0,0 @@ -import std/os - -# Package - -version = "0.1.0" -author = "Stefan Harmuth" -description = "aoc2018" -license = "GPL-3.0-or-later" -srcDir = "." -bin = @["aoc2018"] - - -# Dependencies - -rmDir(joinPath(getHomeDir(), "/.nimble/pkgs/tools-#head")) -requires "nim >= 1.6.0" -requires "ssh://git@leeloo.drock.de/nim-tools.git#head" diff --git a/aoc2018.nims b/aoc2018.nims deleted file mode 100644 index 2b300f4..0000000 --- a/aoc2018.nims +++ /dev/null @@ -1 +0,0 @@ -switch("define", "release")