diff options
Diffstat (limited to 'hello.e')
| -rw-r--r-- | hello.e | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hello.e b/hello.e index 6c20295..d18e84b 100644 --- a/hello.e +++ b/hello.e @@ -32,5 +32,5 @@ ; ' all-contents entry-to-execution-token label-loop -swap sys-write bye +swap 1 sys-write bye |