Files
2025-09-30 13:35:04 +08:00

8 lines
77 B
Go
Executable File

package main
import "fmt"
func main() {
fmt.Println("Hello, World!")
}