View Pit Stop page for race #1 by cadence_workman — Ghost race
View profile for Cadence (cadence_workman)
| Official speed | 77.49 wpm (20.75 seconds elapsed during race) |
|---|---|
| Race Start | November 26, 2020 6:44:09am UTC |
| Race Finish | November 26, 2020 6:44:29am UTC |
| Outcome | Win (1 of 3) |
| Accuracy | 96.0% |
| Points | 23.25 |
| Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |