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