fix(challenges): Revert 24 game due to another PR being submitted

This commit is contained in:
Kris Koishigawa
2019-02-25 10:15:40 +09:00
committed by mrugesh
parent 201c383148
commit f9f4048258

View File

@ -56,7 +56,7 @@ tests:
<div id='js-seed'>
```js
function solve24(numStr) {
function solve24 (numStr) {
// Good luck!
return true;
}