View Pit Stop page for race #5 by dfederschmidt — Ghost race
View profile for Daniel (dfederschmidt)
| Official speed | 56.74 wpm (28.34 seconds elapsed during race) |
|---|---|
| Race Start | February 2, 2020 11:48:49am UTC |
| Race Finish | February 2, 2020 11:49:17am UTC |
| Outcome | No win (3 of 3) |
| Accuracy | 98.0% |
| Points | 17.02 |
| Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |