diff --git a/doc/muddle.md b/doc/muddle.md index 3a7cb42c..e94e93a7 100644 --- a/doc/muddle.md +++ b/doc/muddle.md @@ -66,6 +66,8 @@ Hello, muddled world! :KILL ``` +The sample program can be found in the HELLO directory. + ### More Information For more information, see these documents: diff --git a/src/hello/hello.mud b/src/hello/hello.mud new file mode 100644 index 00000000..daae2167 --- /dev/null +++ b/src/hello/hello.mud @@ -0,0 +1,13 @@ +;"Hello world example for Muddle. Load this file with FLOAD to make a" +;"HELLO SAVE file which can later be loaded into Muddle with RESTORE." + + + + > + + "SAVED"> )> + > + +