Files
go-study/helloworld.go
2025-10-23 23:09:57 +09:00

8 lines
75 B
Go

package main
import "fmt"
func main() {
fmt.Println("hello world")
}