View Pit Stop page for race #1 by eidal — Ghost race
Official speed | 42.36 wpm (40.51 seconds elapsed during race) |
---|---|
Race Start | March 15, 2025 4:51:11pm UTC |
Race Finish | March 15, 2025 4:51:52pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 96.0% |
Points | 12.71 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |