tinygo/hello/hello.go
2018-04-12 15:19:20 +02:00

7 строки
95 Б
Go

package main
func main() {
println("Hello world from Go!")
println("The answer is:", 42)
}