Skip to content

Commit bd1b556

Browse files
committed
Update export.go
1 parent 0a6f430 commit bd1b556

File tree

1 file changed

+3
-1
lines changed
  • ba-shu-zi-fan-yi-cheng-zi-fu-chuan-lcof

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
package ba_shu_zi_fan_yi_cheng_zi_fu_chuan_lcof
22

3-
var TranslateNum = translateNum
3+
func TranslateNum(num int) int {
4+
return translateNum(num)
5+
}

0 commit comments

Comments
 (0)