mirror of
https://github.com/kopia/test.git
synced 2026-02-02 12:50:36 -08:00
8 lines
72 B
Go
8 lines
72 B
Go
package main
|
|
|
|
import "fmt"
|
|
|
|
func main() {
|
|
fmt.Println("hello world")
|
|
}
|