Skip to content

Commit

Permalink
erlava: small refactoring that comments out the test runner (WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
hexaredecimal committed Jul 6, 2024
1 parent b9023dc commit 988853f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/com/erlava/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,15 @@
import java.io.IOException;
import java.util.LinkedList;



public class Main {

public static void main(String[] args) throws IOException {

//Test.run();
//System.exit(0);

ArgParser argp = new ArgParser(args);
Config conf = new Config();
conf.setProgram("Erlava");
Expand Down

0 comments on commit 988853f

Please sign in to comment.