View Pit Stop page for race #177 by mairzydoats_mason — Ghost race
View profile for mairzydoats_mason (mairzydoats_mason)
Official speed | 43.38 wpm (37.07 seconds elapsed during race) |
---|---|
Race Start | June 23, 2019 4:04:31pm UTC |
Race Finish | June 23, 2019 4:05:08pm UTC |
Outcome | No win (2 of 3) |
Accuracy | 97.0% |
Points | 13.01 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |