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

7 lines
62 B
Go

package main
func main() {
ul := UserList{}
ul.Execute()
}