Files
libsam/cmd/shreder/main.go
2025-12-26 11:13:31 +08:00

8 lines
74 B
Go

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