View Pit Stop page for race #14 by lynne17 — Ghost race
View profile for Lynne (lynne17)
Official speed | 45.89 wpm (37.39 seconds elapsed during race) |
---|---|
Race Start | May 23, 2025 2:44:07am UTC |
Race Finish | May 23, 2025 2:44:44am UTC |
Outcome | Win (1 of 3) |
Accuracy | 96.0% |
Points | 13.77 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |