Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 99d3823

Browse files
committed
Day 05: FIX Call calculation of passwords in calculate method (and not read instructions method)
1 parent 511f16c commit 99d3823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎05/solution.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ def __init__(self, nr):
1010

1111
def calculate(self, test=False):
1212
self.read_instructions()
13+
self.calc_passwords()
1314

1415
def read_instructions(self):
1516
self.read_input()
16-
self.calc_passwords()
1717

1818
def calc_passwords(self):
1919
pos1 = 0

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /