View Pit Stop page for race #5 by superheltenroy — Ghost race
View profile for Grunde (superheltenroy)
Official speed | 46.26 wpm (37.09 seconds elapsed during race) |
---|---|
Race Start | June 25, 2025 9:15:28am UTC |
Race Finish | June 25, 2025 9:16:05am UTC |
Outcome | Win (1 of 3) |
Accuracy | 97.0% |
Points | 13.88 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |