View Pit Stop page for race #130 by hobboloydn — Ghost race
View profile for Charlie (hobboloydn)
Official speed | 69.70 wpm (24.62 seconds elapsed during race) |
---|---|
Race Start | April 19, 2025 6:28:21pm UTC |
Race Finish | April 19, 2025 6:28:45pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 98.0% |
Points | 20.91 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |