View Pit Stop page for race #10 by ioans — Ghost race
Official speed | 29.06 wpm (59.05 seconds elapsed during race) |
---|---|
Race Start | October 4, 2022 3:45:52am UTC |
Race Finish | October 4, 2022 3:46:51am UTC |
Outcome | No win (2 of 3) |
Accuracy | 92.0% |
Points | 8.72 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |