mirror of
https://github.com/daylinmorgan/advent-of-code-2023.git
synced 2024-12-21 19:10:43 -06:00
fix: actually use day in skeleton
This commit is contained in:
parent
162b2655be
commit
45cc5d84e9
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ proc getInput(year, day: int): string =
|
||||||
return response.body().strip()
|
return response.body().strip()
|
||||||
|
|
||||||
proc skeleton(day: int) =
|
proc skeleton(day: int) =
|
||||||
const solution = """
|
let solution = fmt"""
|
||||||
import std/[strutils]
|
import std/[strutils]
|
||||||
|
|
||||||
const example* = slurp("example.txt").strip()
|
const example* = slurp("example.txt").strip()
|
||||||
|
|
Loading…
Reference in a new issue