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 d666782 commit 8d4a264Copy full SHA for 8d4a264
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