mini-chat/main.go

12 lines
119 B
Go
Raw Permalink Normal View History

2024-03-29 09:04:20 +01:00
/*
Copyright © 2024 Raul <raul@bulgariu.xyz>
2024-03-29 09:04:20 +01:00
*/
2024-03-29 09:04:20 +01:00
package main
import "mini-chat/cmd"
func main() {
cmd.Execute()
}