solve day 2 part 1
This commit is contained in:
parent
40bc8ca23e
commit
8e4cf522d0
4 changed files with 1060 additions and 0 deletions
13
day_02/test_program.py
Executable file
13
day_02/test_program.py
Executable file
|
|
@ -0,0 +1,13 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
import program
|
||||
import unittest
|
||||
|
||||
|
||||
class TestThing(unittest.TestCase):
|
||||
def setUp(self):
|
||||
pass
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
unittest.main()
|
||||
Loading…
Add table
Add a link
Reference in a new issue