diff options
| author | Ginger Bill <bill@gingerbill.org> | 2017-07-04 22:43:38 +0100 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2017-07-04 22:43:38 +0100 |
| commit | 36392d658e710dce8be276bcc1d379d5328a0291 (patch) | |
| tree | c4622a1a0b4e9265466abae68ded1e9058dea88b /code | |
| parent | 82696179e8b48a78f7cad2d4b43e0b8a7281f47a (diff) | |
Fix demo.odin
Diffstat (limited to 'code')
| -rw-r--r-- | code/demo.odin | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/code/demo.odin b/code/demo.odin index 7cfe2cd47..41a02c098 100644 --- a/code/demo.odin +++ b/code/demo.odin @@ -424,6 +424,7 @@ when true { fmt.printf("The program \"%s\" calculates the value %d\n", program, accumulator); +*/ } } |