View Pit Stop page for race #2 by jonsport — Ghost race
View profile for jOn (jonsport)
Official speed | 39.10 wpm (41.13 seconds elapsed during race) |
---|---|
Race Start | April 8, 2020 5:23:14am UTC |
Race Finish | April 8, 2020 5:23:55am UTC |
Outcome | Win (1 of 3) |
Accuracy | 93.0% |
Points | 11.73 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |