View Pit Stop page for race #1 by jq1106 — Ghost race
View profile for Jordan (jq1106)
Official speed | 45.41 wpm (35.41 seconds elapsed during race) |
---|---|
Race Start | July 8, 2019 7:20:03pm UTC |
Race Finish | July 8, 2019 7:20:38pm UTC |
Outcome | No win (2 of 2) |
Accuracy | 94.0% |
Points | 13.62 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |