Skip to content

Commit a7d073e

Browse files
authored
Merge branch 'codewars:main' into main
2 parents 64a9d52 + 3b66ec8 commit a7d073e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workspace/lc-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ export const getSolution = () => read("./solution.lc");
1212
export const getPreloaded = () => read("./preloaded.lc");
1313

1414
/** Return the contents of the preloaded file and the solution file combined */
15-
export const getSolutionWithPreloaded = () => getPreloaded() + "\n" + getSolution();
15+
export const getSolutionWithPreloaded = () => getPreloaded() + "\n_ = ()\n" + getSolution();

0 commit comments

Comments
 (0)