Skip to content

Commit 2bdd9b5

Browse files
committed
NEED FOR SPEED
1 parent 2ca4f4a commit 2bdd9b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta:__legacy__"
44

55
[project]
66
name = "little-python-computer"
7-
version = "0.2.1"
7+
version = "0.2.2"
88
dependencies = [
99
"arglite"
1010
]

src/lpc/cmd.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,6 @@ def __out(self, acc, storage):
169169
@halt
170170
def __hlt(self, acc, storage):
171171
if self._show_speed:
172-
print(self._total_clock)
172+
print(f"CYCLES: {self._total_clock}")
173173
sys.exit(0)
174174
return False

0 commit comments

Comments
 (0)