View Pit Stop page for race #5 by bubblar — Ghost race
View profile for bubblar (bubblar)
Official speed | 24.98 wpm (64.37 seconds elapsed during race) |
---|---|
Race Start | July 22, 2019 7:34:34pm UTC |
Race Finish | July 22, 2019 7:35:38pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 94.0% |
Points | 7.49 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |