View Pit Stop page for race #53 by scraex — Ghost race
Official speed | 68.25 wpm (25.14 seconds elapsed during race) |
---|---|
Race Start | November 4, 2021 4:34:42am UTC |
Race Finish | November 4, 2021 4:35:07am UTC |
Outcome | No win (1 of 1) |
Accuracy | 97.0% |
Points | 20.47 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |