diff options
-rw-r--r-- | doc/tutorials/intro/0.hello_world.pd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/tutorials/intro/0.hello_world.pd b/doc/tutorials/intro/0.hello_world.pd index 1fffc96c..e1ff0833 100644 --- a/doc/tutorials/intro/0.hello_world.pd +++ b/doc/tutorials/intro/0.hello_world.pd @@ -9,4 +9,5 @@ together. The boxes have "inlets" and "outlets" \, where they are connected. #X text 144 178 outlet-->; #X obj 234 265 print; #X text 289 266 <-- object box; +#X text 89 357 Now look in the Pd window to see the result.; #X connect 0 0 6 0; |