summaryrefslogtreecommitdiffstats
path: root/doc/tutorial/hello-world.stp
blob: 6a9037a7162b8a20a9488c9033353e911737bdbb (plain)
1
2
3
4
5
probe begin 
{
  print ("hello world\n")
  exit ()
}