Skip to content
Snippets Groups Projects
Commit f69a239e authored by CsellarAndras's avatar CsellarAndras
Browse files

Removed license

parent 2287611d
No related branches found
No related tags found
No related merge requests found
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package arctic_nightmare; package arctic_nightmare;
import java.io.BufferedReader; import java.io.BufferedReader;
import java.io.InputStreamReader; import java.io.InputStreamReader;
import java.util.Scanner; import java.util.Scanner;
/**
*
* @author csellar
*/
final public class Logger { final public class Logger {
private static final String RESET = ""; private static final String RESET = "";
private static final String BLACK = "\u001B[30m"; private static final String BLACK = "\u001B[30m";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment