Skip to content

Commit 705977a

Browse files
committed
Added run_tests to template
1 parent dc68714 commit 705977a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aoc.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ def __find_next_day():
8989
9090
def main():
9191
aoc.header("Your title here")
92-
test()
92+
aoc.run_tests()
9393
9494
# aoc.output(1, part1)
9595
# aoc.output(2, part2)

0 commit comments

Comments
 (0)