View Pit Stop page for race #1 by a_bcd — Ghost race
Official speed | 33.68 wpm (50.95 seconds elapsed during race) |
---|---|
Race Start | September 2, 2025 5:44:06am UTC |
Race Finish | September 2, 2025 5:44:57am UTC |
Outcome | No win (3 of 3) |
Accuracy | 93.0% |
Points | 10.11 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |