Merge remote-tracking branch 'aoc2018/master'

# Conflicts:
#	aoc2018.nim
This commit is contained in:
Stefan Harmuth 2021-12-29 16:42:13 +01:00
commit 09dbf8c0c0
2 changed files with 18 additions and 0 deletions

17
aoc2018.nimble Normal file
View File

@ -0,0 +1,17 @@
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"

1
aoc2018.nims Normal file
View File

@ -0,0 +1 @@
switch("define", "release")