View Pit Stop page for race #3 by dobidobop — Ghost race
View profile for doughbhie (dobidobop)
Official speed | 21.94 wpm (78.21 seconds elapsed during race) |
---|---|
Race Start | March 8, 2025 8:50:08am UTC |
Race Finish | March 8, 2025 8:51:26am UTC |
Outcome | Win (1 of 3) |
Accuracy | 96.0% |
Points | 6.58 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |