Remove not started 2015:6
This commit is contained in:
parent
8f5d73b4bf
commit
84d33a8b26
1 changed files with 0 additions and 22 deletions
|
|
@ -1,22 +0,0 @@
|
||||||
from solutions import BaseSolution
|
|
||||||
|
|
||||||
|
|
||||||
class Solution(BaseSolution):
|
|
||||||
input_file = "06.txt"
|
|
||||||
|
|
||||||
def __str__(self):
|
|
||||||
return "Day 6: Probably a Fire Hazard"
|
|
||||||
|
|
||||||
def parse_input(self, data):
|
|
||||||
return data
|
|
||||||
|
|
||||||
def solve(self, puzzle_input):
|
|
||||||
return True
|
|
||||||
|
|
||||||
def solve_again(self, puzzle_input):
|
|
||||||
return True
|
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
|
||||||
solution = Solution()
|
|
||||||
solution.show_results()
|
|
||||||
Loading…
Add table
Reference in a new issue