Initial Commit

This commit is contained in:
2024-06-16 14:31:41 +02:00
parent a54fa63029
commit 47fc84b70a
3 changed files with 16 additions and 0 deletions

9
cmd/smshook/smshook.go Normal file
View File

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