View Pit Stop page for race #3 by beppi — Ghost race
View profile for shrek (beppi)
Official speed | 44.18 wpm (38.84 seconds elapsed during race) |
---|---|
Race Start | July 2, 2025 6:55:16am UTC |
Race Finish | July 2, 2025 6:55:54am UTC |
Outcome | Win (1 of 3) |
Accuracy | 96.0% |
Points | 13.25 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |