Skip to content

Commit 9bcddcf

Browse files
committed
Runtime: 74 ms (Top 81.75%) | Memory: 42.1 MB (Top 63.49%)
1 parent 3219fb1 commit 9bcddcf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
// Runtime: 74 ms (Top 81.75%) | Memory: 42.1 MB (Top 63.49%)
2+
var myPow = function(x, n) {
3+
return x**n;
4+
};

0 commit comments

Comments
 (0)