View Pit Stop page for race #63 by hobboloydn — Ghost race
View profile for Charlie (hobboloydn)
Official speed | 47.13 wpm (36.41 seconds elapsed during race) |
---|---|
Race Start | April 16, 2025 6:28:54pm UTC |
Race Finish | April 16, 2025 6:29:30pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 94.0% |
Points | 14.14 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |