mirror of
https://github.com/eiblog/eiblog.git
synced 2026-02-06 23:02:27 +08:00
9 lines
102 B
Go
9 lines
102 B
Go
// Package main provides ...
|
|
package main
|
|
|
|
import "fmt"
|
|
|
|
func main() {
|
|
fmt.Println("hello world!")
|
|
}
|