View Pit Stop page for race #222 by maerih — Ghost race
View profile for maerih (maerih)
Official speed | 49.03 wpm (35.00 seconds elapsed during race) |
---|---|
Race Start | June 15, 2025 11:47:34am UTC |
Race Finish | June 15, 2025 11:48:09am UTC |
Outcome | Win (1 of 3) |
Accuracy | 95.0% |
Points | 14.71 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |