View Pit Stop page for race #478 by evil_alex — Ghost race
View profile for Alex (evil_alex)
Official speed | 52.63 wpm (32.60 seconds elapsed during race) |
---|---|
Race Start | April 29, 2025 1:56:11pm UTC |
Race Finish | April 29, 2025 1:56:43pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 96.0% |
Points | 15.79 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |