Skip to content

Commit 5916cf0

Browse files
authored
Update README.md
1 parent 6bbd509 commit 5916cf0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@ replace
1616
const digit = a % base;
1717

1818
with
19+
1920
const digit = a - base * (a / base);
2021

0 commit comments

Comments
 (0)