Skip to content

Commit

Permalink
More irrelevant code
Browse files Browse the repository at this point in the history
  • Loading branch information
noi01 authored and noi01 committed Mar 31, 2020
1 parent c958759 commit 82aac0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HampGradingSimulator/src/HampGradingSimulator.java
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public HampGradingSimulator()
rift.setHorizontalAlignment(SwingConstants.CENTER);
rift.setBounds(10, 100, 414, 103);
welcome.add(rift);

ok = (int) Math.floor(Math.random() * (11) + 90);
// System.out.println(x);
idk = String.valueOf(ok);
Expand Down

0 comments on commit 82aac0e

Please sign in to comment.