View Pit Stop page for race #1 by cecil_v — Ghost race
View profile for Cecil (cecil_v)
Official speed | 35.68 wpm (48.09 seconds elapsed during race) |
---|---|
Race Start | May 21, 2025 7:36:54am UTC |
Race Finish | May 21, 2025 7:37:42am UTC |
Outcome | No win (2 of 3) |
Accuracy | 96.0% |
Points | 10.70 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |