mirror of
https://github.com/eiblog/eiblog.git
synced 2026-02-04 13:52:26 +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!")
|
|
}
|