View Pit Stop page for race #62 by _unus — Ghost race
Official speed | 38.82 wpm (44.20 seconds elapsed during race) |
---|---|
Race Start | July 4, 2023 11:43:30pm UTC |
Race Finish | July 4, 2023 11:44:15pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 97.0% |
Points | 11.65 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |