mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-05 19:43:44 +00:00
Hello world!
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
|
||||
package main
|
||||
|
||||
func main() {
|
||||
println("Hello world from Go!")
|
||||
}
|
||||
Reference in New Issue
Block a user