View Pit Stop page for race #3 by anonymousxop — Ghost race
View profile for Johan (anonymousxop)
Official speed | 27.91 wpm (61.48 seconds elapsed during race) |
---|---|
Race Start | May 4, 2025 8:45:06am UTC |
Race Finish | May 4, 2025 8:46:07am UTC |
Outcome | No win (2 of 3) |
Accuracy | 91.0% |
Points | 8.37 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |