View Pit Stop page for race #4 by bavadin — Ghost race
| Official speed | 55.04 wpm (29.22 seconds elapsed during race) |
|---|---|
| Race Start | November 23, 2019 3:14:25am UTC |
| Race Finish | November 23, 2019 3:14:54am UTC |
| Outcome | No win (3 of 3) |
| Accuracy | 95.0% |
| Points | 16.51 |
| Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |