# a simple SR program with a single resource # the output is a single line (with a newline character) resource hello() write("Hello world") end