mirror of
https://github.com/krahets/hello-algo.git
synced 2025-11-02 12:58:42 +08:00
Format JS and TS code.
This commit is contained in:
@ -5,7 +5,7 @@
|
||||
*/
|
||||
|
||||
|
||||
/* for 循环 */
|
||||
/* for 循环 */
|
||||
fn for_loop(n: i32) -> i32 {
|
||||
let mut res = 0;
|
||||
// 循环求和 1, 2, ..., n-1, n
|
||||
|
||||
Reference in New Issue
Block a user