View Pit Stop page for race #10 by yugplayz — Ghost race
View profile for yug (yugplayz)
Official speed | 30.66 wpm (55.97 seconds elapsed during race) |
---|---|
Race Start | July 5, 2025 11:59:34am UTC |
Race Finish | July 5, 2025 12:00:30pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 94.0% |
Points | 9.20 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |