Skip to content

Commit 1240504

Browse files
committed
Fixes
1 parent 4788764 commit 1240504

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/assets/example.rn

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ fn factorial(long n): long {
2929

3030
fn power(long base, long exp): long {
3131
long result = 1i64;
32+
3233
for (long i = 0i64; i < exp; i++) {
3334
result *= base;
3435
}

0 commit comments

Comments
 (0)