Skip to content

Commit

Permalink
Update 8080EXER screenshot (PyPy is fast!)
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinthecheung committed Mar 3, 2022
1 parent 652f82b commit 200ee94
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified 8080exer.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion 8080exer.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@ def run(program_file: str, bdos_file: str) -> None:
end_time = time.time()
end_time_str = time.strftime('%H:%M:%S', time.localtime(end_time))
elapsed_time = datetime.timedelta(seconds=(end_time - start_time))
print(f'\nFinished at {end_time_str} (elapsed time: {elapsed_time}).')
print(f'\n\nFinished at {end_time_str} (elapsed time: {elapsed_time}).')

0 comments on commit 200ee94

Please sign in to comment.