View Pit Stop page for race #6 by pjcrowley — Ghost race
View profile for piimpj (pjcrowley)
Official speed | 51.04 wpm (31.50 seconds elapsed during race) |
---|---|
Race Start | August 8, 2019 11:45:14pm UTC |
Race Finish | August 8, 2019 11:45:46pm UTC |
Outcome | No win (4 of 5) |
Opponents |
1. arc_sec (117.71 wpm) 2. lesirh (72.98 wpm) 3. nikefanaccount (55.02 wpm) |
Accuracy | 97.0% |
Points | 15.31 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |