View Pit Stop page for race #53 by paraphrohn — Ghost race
View profile for paraph (paraphrohn)
Official speed | 97.08 wpm (16.56 seconds elapsed during race) |
---|---|
Race Start | February 25, 2019 2:37:45pm UTC |
Race Finish | February 25, 2019 2:38:02pm UTC |
Outcome | No win (2 of 3) |
Opponents |
1. tanon710s (99.47 wpm) 3. permil (88.39 wpm) |
Accuracy | 99.0% |
Points | 29.12 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |