View Pit Stop page for race #180 by hobboloydn — Ghost race
View profile for Charlie (hobboloydn)
Official speed | 59.54 wpm (28.82 seconds elapsed during race) |
---|---|
Race Start | May 2, 2025 8:36:45pm UTC |
Race Finish | May 2, 2025 8:37:14pm UTC |
Outcome | No win (2 of 3) |
Accuracy | 96.0% |
Points | 17.86 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |