Skip to content
This repository was archived by the owner on Jun 30, 2024. It is now read-only.

Commit 39a4e9e

Browse files
committed
Update CodeTestHelper.java with replit = false for output format for Runestone
1 parent 5c09db5 commit 39a4e9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jobeinabox/files/CodeTestHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
* @update 2.0.0 - standard version since 2020
4141
*/
4242
public class CodeTestHelper {
43-
public static boolean replit = true;
43+
public static boolean replit = false;
4444

4545
private static String results = "";
4646
private static String mainOutput = "";

0 commit comments

Comments
 (0)