intimate/tasks/twitch/twitch_task1/task_twitch_test.go
eson 5d50119825 add new nimo code
change more
2020-08-28 19:07:12 +08:00

14 lines
118 B
Go

package main
import (
"testing"
)
func TestCase1(t *testing.T) {
Execute()
}
func TestLiveUrl(t *testing.T) {
}