View Pit Stop page for race #514 by mairzydoats_mason — Ghost race
View profile for mairzydoats_mason (mairzydoats_mason)
Official speed | 43.61 wpm (36.87 seconds elapsed during race) |
---|---|
Race Start | January 4, 2020 7:46:12pm UTC |
Race Finish | January 4, 2020 7:46:49pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 99.0% |
Points | 13.08 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |