8 lines
79 B
Go
8 lines
79 B
Go
package moneymoney
|
|
|
|
import "testing"
|
|
|
|
func TestCase1(t *testing.T) {
|
|
main()
|
|
}
|