View Pit Stop page for race #85 by scraex — Ghost race
Official speed | 65.06 wpm (26.38 seconds elapsed during race) |
---|---|
Race Start | November 4, 2021 8:13:50am UTC |
Race Finish | November 4, 2021 8:14:16am UTC |
Outcome | No win (1 of 1) |
Accuracy | 95.0% |
Points | 19.52 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |