testirame/main.go
Goran Cvetkoski bcf0559184 Test 1 Goran
2025-10-29 15:00:32 +01:00

7 lines
80 B
Go

package smsgateway
import "fmt"
func main() {
fmt.Println("Hello, World!")
}