View Pit Stop page for race #1 by michaelmss — Ghost race
View profile for Mike (michaelmss)
Official speed | 40.68 wpm (39.53 seconds elapsed during race) |
---|---|
Race Start | June 17, 2019 7:40:54pm UTC |
Race Finish | June 17, 2019 7:41:34pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 94.0% |
Points | 12.20 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |