View Pit Stop page for race #3 by scraex — Ghost race
Official speed | 54.08 wpm (31.73 seconds elapsed during race) |
---|---|
Race Start | November 3, 2021 3:47:21pm UTC |
Race Finish | November 3, 2021 3:47:53pm UTC |
Outcome | No win (1 of 1) |
Accuracy | 93.0% |
Points | 16.22 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |