mirror of
https://github.com/KevinMidboe/knowit_julekalender-2018.git
synced 2026-01-09 02:45:30 +00:00
7 lines
110 B
Python
7 lines
110 B
Python
#!/usr/bin/env python3.6
|
|
|
|
from luke_05.gullrekka import main
|
|
|
|
def test_answer():
|
|
assert main() == 3792638403
|