View Pit Stop page for race #10 by domenicodf — Ghost race
View profile for mtz (domenicodf)
| Official speed | 62.08 wpm (27.64 seconds elapsed during race) |
|---|---|
| Race Start | May 13, 2025 9:08:01pm UTC |
| Race Finish | May 13, 2025 9:08:28pm UTC |
| Outcome | Win (1 of 3) |
| Accuracy | 95.0% |
| Points | 18.62 |
| Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |