View Pit Stop page for race #49 by aadithebeast — Ghost race
View profile for aadithebest (aadithebeast)
Official speed | 24.86 wpm (69.03 seconds elapsed during race) |
---|---|
Race Start | June 27, 2025 4:58:56pm UTC |
Race Finish | June 27, 2025 5:00:05pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 91.0% |
Points | 7.46 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |