Files
libsam/cmd/example/main.go
2025-12-26 10:57:37 +08:00

8 lines
74 B
Go

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