View Pit Stop page for race #105 by mairzydoats_mason — Ghost race
View profile for mairzydoats_mason (mairzydoats_mason)
Official speed | 51.14 wpm (31.44 seconds elapsed during race) |
---|---|
Race Start | June 30, 2018 7:00:44pm UTC |
Race Finish | June 30, 2018 7:01:16pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 100.0% |
Points | 15.34 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |