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

Commit 7f34a50

Browse files
authored
Update jt.java
1 parent a4a21aa commit 7f34a50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: jt.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import java.util.Set;
2020
import java.util.*;
2121
import java.util.regex.*;
22-
public abstract class utools {
22+
public abstract class jt {
2323
public static final String ANSI_RESET = "\u001B[0m";
2424
public static final String ANSI_BLACK = "\u001B[30m";
2525
public static final String ANSI_RED = "\u001B[31m";

0 commit comments

Comments
 (0)