Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into combinedattempt
Browse files Browse the repository at this point in the history
  • Loading branch information
Bonesbhbhbh committed Sep 25, 2024
2 parents 5280b8d + 0bad427 commit 21672b8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions main.java
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,7 @@ public static void main(String[] args){
if(i % 2 == 0) {
System.out.println("Match #"+ (i/2 + 1));
System.out.println(matches[i] +1);
// // System.out.println(i +1);
} else {
// char company = (char) matches[i];
System.out.println(alphabet[matches[i]]);
}
}
Expand Down Expand Up @@ -170,4 +168,4 @@ static boolean checkMatch(int possibleProgramer, int currentProgramer, int compa
}
return p < c; // respond if the possible programer is of higher interest
}
}
}

0 comments on commit 21672b8

Please sign in to comment.