money-money/main_test.go

8 lines
79 B
Go
Raw Normal View History

2022-06-20 18:17:29 +00:00
package moneymoney
import "testing"
func TestCase1(t *testing.T) {
main()
}