mirror of
https://github.com/KevinMidboe/knowit_julekalender-2017.git
synced 2026-01-07 01:45:29 +00:00
7 lines
104 B
Python
7 lines
104 B
Python
#!/usr/bin/env python3.6
|
|
|
|
from luke_16.grinchen import main
|
|
|
|
def test_answer():
|
|
assert main() == 10553
|