Hello World
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"
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"