We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a6f430 commit bd1b556Copy full SHA for bd1b556
ba-shu-zi-fan-yi-cheng-zi-fu-chuan-lcof/export.go
@@ -1,3 +1,5 @@
1
package ba_shu_zi_fan_yi_cheng_zi_fu_chuan_lcof
2
3
-var TranslateNum = translateNum
+func TranslateNum(num int) int {
4
+ return translateNum(num)
5
+}
0 commit comments