fix README

This commit is contained in:
Koichi Nakamura 2021-01-02 13:05:50 +09:00
parent 92356901a3
commit e6991cc79c

View file

@ -23,14 +23,12 @@ The hello world program at the beginning looks like this.
``` ```
% ./planck % ./planck
kHtketkltkltkotk tkWtkotkrtkltkdtk!tk:k0-tQ kHtketkltkltkotk tkWtkotkrtkltkdtk!tk:k0-tQ
Hello World!
``` ```
After bootstrapping by `bootstrapping.fs`, it looks like this. After bootstrapping by `bootstrapping.fs`, it looks like this.
``` ```
$ cat bootstrap.fs - | ./planck $ cat bootstrap.fs - | ./planck
." Hello World!" cr ." Hello World!" cr
Hello World!
bye bye
``` ```