Add solution 830

This commit is contained in:
YDZ
2021-01-05 12:01:21 +08:00
parent 0735a68bc9
commit 71b030cf63
6 changed files with 234 additions and 1 deletions

View File

@ -5,7 +5,7 @@ import (
"testing"
)
func Test_Problem147(t *testing.T) {
func Test_Problem146(t *testing.T) {
obj := Constructor(2)
fmt.Printf("obj = %v\n", MList2Ints(&obj))
obj.Put(1, 1)