View Pit Stop page for race #7 by warlord1999 — Ghost race
View profile for warlord (warlord1999)
Official speed | 32.74 wpm (52.41 seconds elapsed during race) |
---|---|
Race Start | June 15, 2025 3:29:19am UTC |
Race Finish | June 15, 2025 3:30:12am UTC |
Outcome | No win (2 of 3) |
Accuracy | 93.0% |
Points | 9.82 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |