2020-07-31 18:04:10 +08:00

10 lines
78 B
Go

package main
import (
"testing"
)
func TestCase0(t *testing.T) {
main()
}