fix function signature in view

This commit is contained in:
CookiesDeathCookies 2019-04-14 21:42:52 +03:00
parent d886f551a8
commit bfa672d076

View file

@ -20,7 +20,7 @@
<body>
<script>
function pow() {
function pow(x, n) {
return 8; // :) we cheat!
}
</script>