intimate/tasks/twitch/twitch_task1/main.go
2020-07-24 18:48:33 +08:00

7 lines
63 B
Go

package main
func main() {
e := ChannelLink{}
e.Execute()
}