Skip to content

Commit

Permalink
Update Main.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Mario authored Apr 27, 2024
1 parent d88044c commit 2dba512
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions questionGenerator/src/main/java/Main.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ public class Main {
//, QuestionType.VIDEOGAME_DEVELOPER, QuestionType.VIDEOGAME_PUBLISHER, QuestionType.VIDEOGAME_GENRE, QuestionType.VIDEOGAME_COUNTRY};

//private static final int NUMBER_OF_QUESTIONS = 50;
private static final int NUMBER_OF_QUESTIONS = 100;
//private static final int NUMBER_OF_QUESTIONS = 3;
//private static final int NUMBER_OF_QUESTIONS = 100;
private static final int NUMBER_OF_QUESTIONS = 5;
//private static final int NUMBER_OF_QUESTIONS = 1;

public static void main(String[] args) {
Expand Down Expand Up @@ -59,4 +59,4 @@ private static List<Question> run(QuestionGenerator qg, QuestionType type, int n
return questions;
}

}
}

0 comments on commit 2dba512

Please sign in to comment.