View Pit Stop page for race #639 by afzal_ansari — Ghost race
View profile for Afzal (afzal_ansari)
Official speed | 44.32 wpm (38.72 seconds elapsed during race) |
---|---|
Race Start | June 4, 2025 7:49:56am UTC |
Race Finish | June 4, 2025 7:50:35am UTC |
Outcome | Win (1 of 3) |
Accuracy | 99.0% |
Points | 13.29 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |