View Pit Stop page for race #324 by spondulix — Ghost race
View profile for spondunoob (spondulix)
Official speed | 77.36 wpm (20.79 seconds elapsed during race) |
---|---|
Race Start | August 8, 2019 11:29:15pm UTC |
Race Finish | August 8, 2019 11:29:36pm UTC |
Outcome | No win (2 of 4) |
Opponents |
1. arc_sec (91.39 wpm) 3. vfctyrant (70.22 wpm) 4. lesirh (70.03 wpm) |
Accuracy | 96.0% |
Points | 23.21 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |