From a20617af34e3dbeba682cfa6bf6366f3fc0f8e14 Mon Sep 17 00:00:00 2001 From: fche Date: Wed, 27 Feb 2008 23:11:19 +0000 Subject: PR5697: include tutorial & language reference guide --- doc/tutorial/hello-world.stp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 doc/tutorial/hello-world.stp (limited to 'doc/tutorial/hello-world.stp') 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 () +} -- cgit