diff --git a/main.go b/main.go index e3cafd1..bd0e7b4 100644 --- a/main.go +++ b/main.go @@ -1,5 +1,7 @@ package smsgateway -import ( - testsdfsdfsdf -) +import "fmt" + +func main() { + fmt.Println("Hello, World!") +}