diff options
| author | 2022-12-19 09:30:43 +0100 | |
|---|---|---|
| committer | 2022-12-19 09:30:43 +0100 | |
| commit | f3d0899dbfd0aa3e6aebf5d19ec89d58ead418b2 (patch) | |
| tree | 535a7048c7547e1eaef6f97dcfd8b2cad598ca50 /day17 | |
| parent | 06cb539f69f0b501afaa9ef5b6d89863e1c9d111 (diff) | |
| download | 2022-f3d0899dbfd0aa3e6aebf5d19ec89d58ead418b2.tar.gz 2022-f3d0899dbfd0aa3e6aebf5d19ec89d58ead418b2.tar.bz2 2022-f3d0899dbfd0aa3e6aebf5d19ec89d58ead418b2.zip | |
Day 18
Diffstat (limited to 'day17')
| -rw-r--r-- | day17/__init__.py | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/day17/__init__.py b/day17/__init__.py index 41b25dc..03e9003 100644 --- a/day17/__init__.py +++ b/day17/__init__.py | |||
| @@ -30,12 +30,12 @@ class AssignmentOne(Assignment): | |||
| 30 | 30 | ||
| 31 | moves = self.infinite_moves(input) | 31 | moves = self.infinite_moves(input) |
| 32 | 32 | ||
| 33 | for move in self.infinite_moves(next(input)): | 33 | # for move in self.infinite_moves(next(input)): |
| 34 | i += 1 | 34 | # i += 1 |
| 35 | print(move) | 35 | # print(move) |
| 36 | 36 | # | |
| 37 | if i == 100: | 37 | # if i == 100: |
| 38 | break | 38 | # break |
| 39 | 39 | ||
| 40 | 40 | ||
| 41 | class AssignmentTwo(Assignment): | 41 | class AssignmentTwo(Assignment): |
