View Pit Stop page for race #1 by kpraj — Ghost race
Official speed | 28.75 wpm (59.69 seconds elapsed during race) |
---|---|
Race Start | July 4, 2023 2:15:54am UTC |
Race Finish | July 4, 2023 2:16:53am UTC |
Outcome | Win (1 of 3) |
Accuracy | 97.0% |
Points | 8.63 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |