View Pit Stop page for race #108 by mairzydoats_mason — Ghost race
View profile for mairzydoats_mason (mairzydoats_mason)
Official speed | 45.62 wpm (35.25 seconds elapsed during race) |
---|---|
Race Start | July 7, 2018 5:55:57pm UTC |
Race Finish | July 7, 2018 5:56:32pm UTC |
Outcome | No win (2 of 3) |
Accuracy | 99.0% |
Points | 13.69 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |