auto commit

This commit is contained in:
CyC2018 2018-03-01 10:07:00 +08:00
parent eb8c8df481
commit 93576badac

View File

@ -585,7 +585,7 @@ public double Power(double base, int exponent) {
} }
``` ```
# 17. 打印从 1 到最大的 n 位数 ## 17. 打印从 1 到最大的 n 位数
```java ```java
public void print1ToMaxOfNDigits(int n) { public void print1ToMaxOfNDigits(int n) {