Skip to content

Commit a3f746c

Browse files
committed
Disable debug mode
1 parent f1b28cf commit a3f746c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Problems.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
public class Problems
77
{
8-
static bool DEBUG = true;
8+
static bool DEBUG = false;
99

1010
public enum Difficulty
1111
{

0 commit comments

Comments
 (0)