goc/tests/samples/simple_project2/main.go

10 lines
79 B
Go
Raw Normal View History

2020-07-10 02:52:01 +00:00
package main
import (
"fmt"
)
func main() {
fmt.Println("hello, world.")
}