mirror of
https://github.com/cubixle/codekata-golang.git
synced 2026-04-30 21:48:44 +01:00
20201203
This commit is contained in:
+1
-1
@@ -14,7 +14,7 @@ func main() {
|
||||
|
||||
}
|
||||
|
||||
func RomaToDigit(s string) int {
|
||||
func romaToDigit(s string) int {
|
||||
l := len(s)
|
||||
ret := 0
|
||||
for i := 0; i < l; i++ {
|
||||
|
||||
Reference in New Issue
Block a user