View Pit Stop page for race #1 by mohammed80 — Ghost race
View profile for Mohammed Taha (mohammed80)
Official speed | 22.44 wpm (76.47 seconds elapsed during race) |
---|---|
Race Start | May 15, 2025 2:21:28pm UTC |
Race Finish | May 15, 2025 2:22:45pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 94.0% |
Points | 6.73 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |