View Pit Stop page for race #370 by evil_alex — Ghost race
View profile for Alex (evil_alex)
Official speed | 49.01 wpm (35.01 seconds elapsed during race) |
---|---|
Race Start | March 10, 2025 2:05:40pm UTC |
Race Finish | March 10, 2025 2:06:15pm UTC |
Outcome | No win (2 of 3) |
Accuracy | 96.0% |
Points | 14.70 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |