View Pit Stop page for race #360 by evil_alex — Ghost race
View profile for Alex (evil_alex)
Official speed | 51.11 wpm (33.57 seconds elapsed during race) |
---|---|
Race Start | March 6, 2025 8:33:50pm UTC |
Race Finish | March 6, 2025 8:34:24pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 97.0% |
Points | 15.33 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |