diff options
Diffstat (limited to 'examples/helloworld.stp')
-rw-r--r-- | examples/helloworld.stp | 1 |
1 files changed, 1 insertions, 0 deletions
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 () } |