diff --git a/README.md b/README.md index f7e6ca4..dce7cc9 100644 --- a/README.md +++ b/README.md @@ -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 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. I will be taking my sweet time if necessary.) diff --git a/day_01/test_program.py b/day_01/test_program.py deleted file mode 100755 index e00b790..0000000 --- a/day_01/test_program.py +++ /dev/null @@ -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() diff --git a/day_02/test_program.py b/day_02/test_program.py deleted file mode 100755 index e00b790..0000000 --- a/day_02/test_program.py +++ /dev/null @@ -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() diff --git a/day_03/test_program.py b/day_03/test_program.py deleted file mode 100755 index e00b790..0000000 --- a/day_03/test_program.py +++ /dev/null @@ -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()