This commit is contained in:
2025-06-12 10:20:26 +08:00
parent 96d537c044
commit b71e718308
40 changed files with 1961 additions and 108 deletions

View File

@@ -57,5 +57,9 @@ func Methods() map[string]any {
return string(b)
}
res["add"] = func(n1, n2 int64) int64 {
return n1 + n2
}
return res
}