View Pit Stop page for race #509 by evil_alex — Ghost race
View profile for Alex (evil_alex)
Official speed | 53.05 wpm (32.35 seconds elapsed during race) |
---|---|
Race Start | June 2, 2025 10:50:50am UTC |
Race Finish | June 2, 2025 10:51:22am UTC |
Outcome | Win (1 of 3) |
Accuracy | 95.0% |
Points | 15.92 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |