RestApiv2/cmd/parser/parser.go

9 lines
74 B
Go
Raw Normal View History

2022-12-06 21:48:34 +03:00
package main
import "fmt"
func main() {
fmt.Println("hello Parser")
}