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