View Pit Stop page for race #13 by notpvs — Ghost race
View profile for notpvs (notpvs)
| Official speed | 61.89 wpm (27.73 seconds elapsed during race) |
|---|---|
| Race Start | April 25, 2025 11:55:48am UTC |
| Race Finish | April 25, 2025 11:56:16am UTC |
| Outcome | Win (1 of 3) |
| Accuracy | 94.0% |
| Points | 18.57 |
| Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |