View Pit Stop page for race #224 by tsds — Ghost race
Official speed | 42.29 wpm (40.58 seconds elapsed during race) |
---|---|
Race Start | October 22, 2021 8:20:05pm UTC |
Race Finish | October 22, 2021 8:20:46pm UTC |
Outcome | No win (2 of 3) |
Accuracy | 96.0% |
Points | 12.69 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |