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.
2 parents d666782 + 8d4a264 commit 3b66ec8Copy full SHA for 3b66ec8
workspace/lc-test.js
@@ -12,4 +12,4 @@ export const getSolution = () => read("./solution.lc");
12
export const getPreloaded = () => read("./preloaded.lc");
13
14
/** Return the contents of the preloaded file and the solution file combined */
15
-export const getSolutionWithPreloaded = () => getPreloaded() + "\n" + getSolution();
+export const getSolutionWithPreloaded = () => getPreloaded() + "\n_ = ()\n" + getSolution();
0 commit comments