Skip to content

Commit

Permalink
Moved Main Class and GenerateMain to p1MainClasses as the instruction…
Browse files Browse the repository at this point in the history
…s say, yes, its stupid, i know
  • Loading branch information
FrenzyExists committed Mar 28, 2021
1 parent e28e86f commit 3944054
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion solve.sh
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ done

solve_em() {
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
java -Dfile.encoding=UTF-8 -classpath "$DIR"/out/production/Solve Main $method $path_tester "$save_me,$path_to_save,$solved_case_file_name"
java -Dfile.encoding=UTF-8 -classpath "$DIR"/out/production/Solve p1MainClasses.Main $method $path_tester "$save_me,$path_to_save,$solved_case_file_name"

exit 1
}
Expand Down
2 changes: 2 additions & 0 deletions src/GenerateMain.java → src/p1MainClasses/GenerateMain.java
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
package p1MainClasses;

import dataGenerator.DataGenerator;

import java.io.File;
Expand Down
2 changes: 1 addition & 1 deletion src/Main.java → src/p1MainClasses/Main.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
package p1MainClasses;/*
@author: Angel L Garcia Guzman
Student ID: 802-17-6928
Course and Section: ICOM4020-086
Expand Down

0 comments on commit 3944054

Please sign in to comment.