View Pit Stop page for race #59 by arc_sec — Ghost race
View profile for Vielle (arc_sec)
Official speed | 94.28 wpm (17.06 seconds elapsed during race) |
---|---|
Race Start | August 8, 2019 11:28:18pm UTC |
Race Finish | August 8, 2019 11:28:35pm UTC |
Outcome | Win (1 of 4) |
Opponents |
2. lesirh (80.75 wpm) 3. vfctyrant (58.28 wpm) |
Accuracy | 97.0% |
Points | 28.28 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |