mirror of
https://github.com/buckit-io/buckit.git
synced 2026-09-24 03:16:17 +00:00
8 lines
72 B
Go
8 lines
72 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
func main() {
|
|
fmt.Println("Hello World")
|
|
}
|