View Pit Stop page for race #1 by 0x0x0x — Ghost race
Official speed | 60.87 wpm (28.19 seconds elapsed during race) |
---|---|
Race Start | July 7, 2021 7:58:08am UTC |
Race Finish | July 7, 2021 7:58:36am UTC |
Outcome | Win (1 of 3) |
Accuracy | 96.0% |
Points | 18.26 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |