Skip to content

Commit 4b855b2

Browse files
committed
Add CPU class
1 parent 482b5d2 commit 4b855b2

File tree

1 file changed

+2
-0
lines changed
  • puzzles/solutions/2022/d10

1 file changed

+2
-0
lines changed

puzzles/solutions/2022/d10/cpu.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
class CPU:
2+
"""The handheld device's CPU."""

0 commit comments

Comments
 (0)