mirror of
https://github.com/nineties/planckforth
synced 2024-12-25 21:58:22 +01:00
fix README
This commit is contained in:
parent
92356901a3
commit
e6991cc79c
1 changed files with 0 additions and 2 deletions
|
@ -23,14 +23,12 @@ The hello world program at the beginning looks like this.
|
|||
```
|
||||
% ./planck
|
||||
kHtketkltkltkotk tkWtkotkrtkltkdtk!tk:k0-tQ
|
||||
Hello World!
|
||||
```
|
||||
After bootstrapping by `bootstrapping.fs`, it looks like this.
|
||||
|
||||
```
|
||||
$ cat bootstrap.fs - | ./planck
|
||||
." Hello World!" cr
|
||||
Hello World!
|
||||
bye
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in a new issue