View Pit Stop page for race #557 by mairzydoats_mason — Ghost race
View profile for mairzydoats_mason (mairzydoats_mason)
Official speed | 63.90 wpm (25.16 seconds elapsed during race) |
---|---|
Race Start | March 28, 2020 5:00:51pm UTC |
Race Finish | March 28, 2020 5:01:16pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 100.0% |
Points | 19.17 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |