View Pit Stop page for race #652 by afzal_ansari — Ghost race
View profile for Afzal (afzal_ansari)
Official speed | 37.63 wpm (45.60 seconds elapsed during race) |
---|---|
Race Start | July 24, 2025 5:40:57am UTC |
Race Finish | July 24, 2025 5:41:43am UTC |
Outcome | Win (1 of 3) |
Accuracy | 97.0% |
Points | 11.29 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |