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