View Pit Stop page for race #47 by prtlai — Ghost race
Official speed | 40.88 wpm (41.98 seconds elapsed during race) |
---|---|
Race Start | July 14, 2023 9:43:35am UTC |
Race Finish | July 14, 2023 9:44:17am UTC |
Outcome | Win (1 of 3) |
Accuracy | 94.0% |
Points | 12.26 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |