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