View Pit Stop page for race #340 by spondulix — Ghost race
View profile for spondunoob (spondulix)
Official speed | 98.59 wpm (16.31 seconds elapsed during race) |
---|---|
Race Start | August 12, 2019 4:24:44pm UTC |
Race Finish | August 12, 2019 4:25:00pm UTC |
Outcome | Win (1 of 3) |
Opponents |
2. arc_sec (97.96 wpm) |
Accuracy | 99.0% |
Points | 29.58 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |