Skip to content

Commit 3b66ec8

Browse files
authored
Merge pull request #67 from Kacarott/dev
Add buffer to prevent manipulation
2 parents d666782 + 8d4a264 commit 3b66ec8

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)