15/cli/main.go

10 lines
65 B
Go
Raw Normal View History

2023-07-25 11:20:51 +03:00
package main
import (
"15/lib"
)
func main() {
lib.Start()
}