money-money/main_test.go
2022-06-21 02:17:29 +08:00

8 lines
79 B
Go

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