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