View Pit Stop page for race #13 by mmr1 — Ghost race
Official speed | 22.15 wpm (77.47 seconds elapsed during race) |
---|---|
Race Start | May 29, 2025 7:16:41am UTC |
Race Finish | May 29, 2025 7:17:58am UTC |
Outcome | Win (1 of 3) |
Accuracy | 92.0% |
Points | 6.64 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |