intimate/tasks/twitch/twitch_task1/main.go

7 lines
63 B
Go
Raw Normal View History

2020-07-24 10:48:33 +00:00
package main
func main() {
e := ChannelLink{}
e.Execute()
}