Run ❯
Get your
own
website
Result Size:
625 x 565
×
Change Orientation
Change Theme, Dark/Light
Go to Spaces
package main import ("fmt") func main() { fmt.Println("Hello World!") // This is a comment }
package
main
import
(
"fmt"
)
func
main
() {
fmt
.
Println
(
"Hello World!"
)
// This is a comment
}
Hello World!