View Pit Stop page for race #399 by mairzydoats_mason — Ghost race
View profile for mairzydoats_mason (mairzydoats_mason)
Official speed | 53.33 wpm (30.15 seconds elapsed during race) |
---|---|
Race Start | November 25, 2019 2:57:43pm UTC |
Race Finish | November 25, 2019 2:58:13pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 99.0% |
Points | 16.00 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |