View Pit Stop page for race #33 by causenetsofv — Ghost race
View profile for da (causenetsofv)
| Official speed | 67.54 wpm (23.81 seconds elapsed during race) |
|---|---|
| Race Start | December 8, 2020 8:01:22am UTC |
| Race Finish | December 8, 2020 8:01:46am UTC |
| Outcome | Win (1 of 3) |
| Accuracy | 95.0% |
| Points | 20.26 |
| Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |