提交 aa91d492 编写于 作者: 张文治(治)'s avatar 张文治(治)

Add new file

上级 5663aed3
package datastructure
import (
"fmt"
"testing"
)
func TestStringToListNode(t *testing.T) {
// StringToListNode 本目录
root := StringToListNode("[5,4,5,1,1,5]")
// 输出:0xc000088770
println(root)
// &{5 0xc000088760}
fmt.Println(root)
// 断言另说
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册