mirror of
https://github.com/halfrost/LeetCode-Go.git
synced 2025-07-06 17:44:10 +08:00
Add solution 830
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user