docs/pkg/beam/examples/beamsh/scripts/helloworld.ds

9 lines
79 B
Plaintext
Executable File

#!/usr/bin/env beamsh
print {
trace {
emit msg=hello
emit msg=world
}
}