some cleanups
This commit is contained in:
parent
d858da19be
commit
10b611ad6c
4 changed files with 1 additions and 40 deletions
|
|
@ -9,6 +9,6 @@ it this year. My programming language of choice is Python,
|
||||||
again. I haven't been programming a lot during the last
|
again. I haven't been programming a lot during the last
|
||||||
four years, and my skills got very rusty.
|
four years, and my skills got very rusty.
|
||||||
|
|
||||||
(No, I will not aim at the leaderboards. If I don't finish
|
(No, I will not aim for the leaderboard. If I don't finish
|
||||||
a problem on the same day I will finish it later.
|
a problem on the same day I will finish it later.
|
||||||
I will be taking my sweet time if necessary.)
|
I will be taking my sweet time if necessary.)
|
||||||
|
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
#!/usr/bin/env python3
|
|
||||||
|
|
||||||
import program
|
|
||||||
import unittest
|
|
||||||
|
|
||||||
|
|
||||||
class TestThing(unittest.TestCase):
|
|
||||||
def setUp(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
unittest.main()
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
#!/usr/bin/env python3
|
|
||||||
|
|
||||||
import program
|
|
||||||
import unittest
|
|
||||||
|
|
||||||
|
|
||||||
class TestThing(unittest.TestCase):
|
|
||||||
def setUp(self):
|
|
||||||
pass
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
|
||||||
unittest.main()
|
|
||||||
|
|
@ -1,13 +0,0 @@
|
||||||
#!/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