From 7ad9d4f58308c4d8f35f2212ce82212301dfeeff Mon Sep 17 00:00:00 2001 From: fche Date: Tue, 2 Jan 2007 04:33:41 +0000 Subject: 2007-01-01 Frank Ch. Eigler * configure.ac: Bump version to 0.5.12 for release. * configure: Regenerated. * NEWS, AUTHORS: Populate & repopulate. * examples/*: Added several .stp/.txt files from the wiki. --- examples/helloworld.stp | 1 + 1 file changed, 1 insertion(+) create mode 100644 examples/helloworld.stp (limited to 'examples/helloworld.stp') diff --git a/examples/helloworld.stp b/examples/helloworld.stp new file mode 100644 index 00000000..82e406af --- /dev/null +++ b/examples/helloworld.stp @@ -0,0 +1 @@ +probe begin { log("hello world") exit () } -- cgit