Skip to content

Commit

Permalink
b̌ˊ̋̀‮‎̀‏‪ˊ‮‎ˊ‏‪ˇ‮‎ˇ‏‪ˊu͙̗ˌ̀ʵˉˆgˏ͙̀ˌˈ͒ͣfˑi˓˖͊ˊːˊˆxˉ̸˓̦ͨˆ̴eˇ̶̠́ˢˎ˔sˇ̲
Browse files Browse the repository at this point in the history
  • Loading branch information
GlennFolker committed Nov 2, 2020
1 parent 3f76657 commit 2d0bfbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/namegen/NameGen.java
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public static synchronized void main(String[] args){
System.out.print("Generate? (y/n): ");
String input = reader.readLine();

if(input.length() == 1){
if(input.length() > 0){
char option = input.charAt(0);

switch(option){
Expand Down

0 comments on commit 2d0bfbd

Please sign in to comment.