View Pit Stop page for race #351 by evil_alex — Ghost race
View profile for Alex (evil_alex)
Official speed | 47.49 wpm (36.13 seconds elapsed during race) |
---|---|
Race Start | February 24, 2025 5:26:49pm UTC |
Race Finish | February 24, 2025 5:27:25pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 96.0% |
Points | 14.25 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |