blob: 750046575d5c1a328654367a6f8e93f77634463e [file] [log] [blame]
library spawn_uri_exported_main_lib;
main(args, msg) {
print("From main!");
msg.send(50);
}