SmsHook/cmd/smshook/smshook.go
2024-06-16 14:31:41 +02:00

10 lines
67 B
Go

package main
import (
"fmt"
)
func main(){
fmt.Println("Hi")
}