Skip to content
Snippets Groups Projects
Commit 857b1698 authored by juliano.souzaluz's avatar juliano.souzaluz
Browse files

push

parent b00992ce
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ public class Main {
public static void main(String[] args) throws FileNotFoundException, RuntimeException {
long start = System.nanoTime();
File f = new File("src/input.txt");
File f = new File("src/inputNonAdmissible.txt");
Scanner sc = new Scanner(f);
String[] elements;
int widthMat = nbLines(sc);
......
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment