View Pit Stop page for race #4 by joeprokill — Ghost race
View profile for Joe (joeprokill)
Official speed | 83.91 wpm (20.45 seconds elapsed during race) |
---|---|
Race Start | June 21, 2025 5:31:09pm UTC |
Race Finish | June 21, 2025 5:31:30pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 96.0% |
Points | 25.17 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |