View Pit Stop page for race #33 by delirious — Ghost race
Official speed | 71.33 wpm (22.54 seconds elapsed during race) |
---|---|
Race Start | January 27, 2019 11:28:39pm UTC |
Race Finish | January 27, 2019 11:29:02pm UTC |
Outcome | No win (2 of 5) |
Opponents |
1. sidd_ (113.47 wpm) 3. hellothen (52.20 wpm) 4. poem (47.78 wpm) |
Accuracy | 96.0% |
Points | 21.40 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |