View Pit Stop page for race #21 by ramezz — Ghost race
View profile for Ramez (ramezz)
| Official speed | 49.42 wpm (34.72 seconds elapsed during race) |
|---|---|
| Race Start | November 17, 2025 12:19:50pm UTC |
| Race Finish | November 17, 2025 12:20:24pm UTC |
| Outcome | Win (1 of 3) |
| Accuracy | 97.0% |
| Points | 14.82 |
| Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |