github.com/stealthrocket/wzprof@v0.2.1-0.20230830205924-5fa86be5e5b3/testdata/tinygo/hello_world.go (about) 1 package main 2 3 import "fmt" 4 5 func main() { 6 fmt.Println("Hello World!") 7 }