Files
adventofcode/4/test.py
Jesse Simpson c620802a0a
Some checks are pending
Build nvim / Build-Packages (push) Waiting to run
day 4: apparently I don't know scratchcards
2023-12-04 18:44:35 -05:00

6 lines
100 B
Python

from script import get_lines
def test_test():
value = get_lines("test")
assert value == 13