Files
test2/main.go
2025-04-18 21:29:57 +00:00

8 lines
75 B
Go

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