View Pit Stop page for race #9 by tj44 — Ghost race
Official speed | 33.17 wpm (48.48 seconds elapsed during race) |
---|---|
Race Start | October 6, 2019 8:30:17pm UTC |
Race Finish | October 6, 2019 8:31:05pm UTC |
Outcome | No win (1 of 1) |
Accuracy | 91.0% |
Points | 9.95 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |