commit bf99d1a88ddf32bc047150c36e4cba9b83576a5a Author: Stefan Harmuth Date: Mon Dec 13 15:04:05 2021 +0100 test diff --git a/aoc2018.nim b/aoc2018.nim new file mode 100644 index 0000000..be07dc6 --- /dev/null +++ b/aoc2018.nim @@ -0,0 +1,2 @@ +let test = "Hello, World" +echo test