diff options
Diffstat (limited to 'doc/tutorial/hello-world.stp')
-rw-r--r-- | doc/tutorial/hello-world.stp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/tutorial/hello-world.stp b/doc/tutorial/hello-world.stp new file mode 100644 index 00000000..6a9037a7 --- /dev/null +++ b/doc/tutorial/hello-world.stp @@ -0,0 +1,5 @@ +probe begin +{ + print ("hello world\n") + exit () +} |