hello/main.go

8 lines
73 B
Go
Raw Normal View History

2024-07-10 08:07:44 +00:00
package main
import "fmt"
func main() {
fmt.Println("hello world.")
}