func main() { fmt.Println("hello world") }
class Hello { def main(args: Array[String]) { println("hello world") } }
process.stdout.write("hello world")
main = print "hello world"
I am learning to be programmer and math.