Run ❯
Get your
own
website
×
Change Orientation
package main import ("fmt") func main() { fmt.Println("Hello World!") // This is a comment }
Hello World!