#!/usr/local/bin/rune -x # import "sys"; import ; int main(int ac, char **av) { stdio.puts("hello world!"); stdio.stdout->show("hello world again!"); stdio.stdout->format("hello world yet again!\n"); return(0); }