docs/examples/beamsh/helloworld.ds

9 lines
71 B
Plaintext
Executable File

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