master
E. Almqvist 4 years ago
parent 3cc098d39b
commit ac66207e02
  1. 7
      2020/temp.py
  2. 6
      2020/test.py

@ -0,0 +1,7 @@
#!/usr/bin/env python
from aoc import get_input # AoC
import re # regex
data = get_input(DAY)

@ -1,6 +0,0 @@
#!/usr/bin/env python
from aoc import get_input
data = get_input(1).splitlines()
print(data)
Loading…
Cancel
Save