View Pit Stop page for race #21 by warlord1999 — Ghost race
View profile for warlord (warlord1999)
Official speed | 34.50 wpm (49.74 seconds elapsed during race) |
---|---|
Race Start | June 15, 2025 3:53:23am UTC |
Race Finish | June 15, 2025 3:54:13am UTC |
Outcome | Win (1 of 3) |
Accuracy | 94.0% |
Points | 10.35 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |