Merge pull request #357 from fche/patch-2

systemtap hello-world
This commit is contained in:
Mike Donaghy
2017-02-15 10:54:45 -06:00
committed by GitHub

View File

@@ -1 +1 @@
probe oneshot { log("hello world") }
probe oneshot { println("Hello, world") }