View Pit Stop page for race #342 by mairzydoats_mason — Ghost race
View profile for mairzydoats_mason (mairzydoats_mason)
Official speed | 58.08 wpm (27.69 seconds elapsed during race) |
---|---|
Race Start | October 2, 2019 4:58:16pm UTC |
Race Finish | October 2, 2019 4:58:44pm UTC |
Outcome | No win (2 of 3) |
Accuracy | 100.0% |
Points | 17.42 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |