1 2 3 4 5
#!/bin/bash source "vars" nim c --warnings:off --hints:off -r "nim/day${DAY}/main.nim" "nim/day${DAY}/input.txt"