Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion workspace/lc-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ export const getSolution = () => read("./solution.lc");
export const getPreloaded = () => read("./preloaded.lc");

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