mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 18:47:47 +00:00
7 lines
64 B
Go
7 lines
64 B
Go
|
|
package main
|
|
|
|
func main() {
|
|
println("Hello world from Go!")
|
|
}
|