feat: test main.go

This commit is contained in:
2025-05-18 00:10:28 +02:00
parent 4db8242d5e
commit 09db1538a7

9
cmd/hspguard/main.go Normal file
View File

@ -0,0 +1,9 @@
package main
import (
"fmt"
)
func main() {
fmt.Println("Hello, World!")
}