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 42c4637 commit 533e25cCopy full SHA for 533e25c
workspace/lc-test.js
@@ -12,3 +12,6 @@ export const getSolution = () => read("./solution.lc");
12
13
/** Return the contents of the optional preloaded file */
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();
0 commit comments