Files
all-tg-bot/main.go
T
2022-04-01 22:33:10 +07:00

8 lines
74 B
Go

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