We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1c444a commit 9f2c264Copy full SHA for 9f2c264
math.js
@@ -13,3 +13,5 @@ export function mult(a, b) {
13
export function div(a, b) {
14
return a / b;
15
}
16
+
17
+// Just for fun ( ignore )
0 commit comments