View Pit Stop page for race #17 by cptbbq — Ghost race
View profile for Wait WHO? (cptbbq)
Official speed | 82.21 wpm (19.56 seconds elapsed during race) |
---|---|
Race Start | December 29, 2017 8:24:37pm UTC |
Race Finish | December 29, 2017 8:24:56pm UTC |
Outcome | Win (1 of 2) |
Accuracy | 95.0% |
Points | 24.66 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |