Skip to content

Commit 9f2c264

Browse files
authored
Update math.js
1 parent e1c444a commit 9f2c264

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

math.js

+2
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,5 @@ export function mult(a, b) {
1313
export function div(a, b) {
1414
return a / b;
1515
}
16+
17+
// Just for fun ( ignore )

0 commit comments

Comments
 (0)