This commit is contained in:
邹宗楠
2022-07-27 15:00:52 +08:00
parent bb6ade2684
commit 49a0132967
2 changed files with 6 additions and 4 deletions

View File

@@ -44,5 +44,6 @@ func Test10Two16(t *testing.T) {
}
func TestCheckSum(t *testing.T) {
getCheckSum(`1e00140200ff50bc147df3d71b401B59415515`)
aa := getCheckSum(`1e00140200ff50bc147df3d71b401B59415515`)
fmt.Println(aa)
}