Initial Commit
This commit is contained in:
9
cmd/smshook/smshook.go
Normal file
9
cmd/smshook/smshook.go
Normal file
@ -0,0 +1,9 @@
|
||||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
)
|
||||
|
||||
func main(){
|
||||
fmt.Println("Hi")
|
||||
}
|
Reference in New Issue
Block a user