View Pit Stop page for race #4 by avighna — Ghost race
View profile for avighna (avighna)
Official speed | 59.03 wpm (29.07 seconds elapsed during race) |
---|---|
Race Start | June 15, 2025 2:32:39am UTC |
Race Finish | June 15, 2025 2:33:08am UTC |
Outcome | No win (2 of 2) |
Accuracy | 96.0% |
Points | 17.71 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |