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