We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f97b49 commit 3d0b958Copy full SHA for 3d0b958
workspace/lc-test.js
@@ -14,7 +14,7 @@ export const getSolution = () => read("./solution.lc");
14
export const getPreloaded = () => read("./preloaded.lc");
15
16
/** Return the contents of the preloaded file and the solution file combined */
17
-export const getSolutionWithPreloaded = () => getPreloaded() + "\n" + getSolution();
+export const getSolutionWithPreloaded = () => getPreloaded() + "\n_ = ()\n" + getSolution();
18
19
20
/** Custom assertions */
0 commit comments