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