View Pit Stop page for race #1 by zippoo — Ghost race
View profile for zippoo (zippoo)
Official speed | 28.29 wpm (60.66 seconds elapsed during race) |
---|---|
Race Start | June 8, 2025 1:20:25pm UTC |
Race Finish | June 8, 2025 1:21:26pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 93.0% |
Points | 8.49 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |