5 lines
69 B
Go
5 lines
69 B
Go
package main
|
|
import "fmt"
|
|
func main(){
|
|
fmt.Println("hello world")
|
|
}
|