View Pit Stop page for race #311 by mairzydoats_mason — Ghost race
View profile for mairzydoats_mason (mairzydoats_mason)
Official speed | 55.94 wpm (28.75 seconds elapsed during race) |
---|---|
Race Start | September 29, 2019 4:26:44pm UTC |
Race Finish | September 29, 2019 4:27:13pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 99.0% |
Points | 16.78 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |