8 lines
70 B
Go
8 lines
70 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
func main() {
|
|
fmt.Print("Hello World")
|
|
}
|