aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJohannes Stoelp <johannes.stoelp@gmail.com>2023-10-22 14:18:48 +0200
committerJohannes Stoelp <johannes.stoelp@gmail.com>2023-10-22 14:18:48 +0200
commit47a16f36313273a2e3b40440d71b264e35463c05 (patch)
tree256ea78ccd5ae9525a90078b984fad5c347ae71b
parentd287e5f8161dd647fd5beb7510024f4641213fb1 (diff)
downloadjuicebox-asm-47a16f36313273a2e3b40440d71b264e35463c05.tar.gz
juicebox-asm-47a16f36313273a2e3b40440d71b264e35463c05.zip
Fix comment in README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index fec24ab..4e22e89 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ fn main() {
// Reference implementation
// int ret = 0;
- // int n = 0;
+ // int n = 42;
//
// loop:
// ret += n;