View Pit Stop page for race #1 by 1uk4 — Ghost race
Official speed | 39.24 wpm (43.73 seconds elapsed during race) |
---|---|
Race Start | July 10, 2023 12:35:20am UTC |
Race Finish | July 10, 2023 12:36:04am UTC |
Outcome | Win (1 of 3) |
Accuracy | 96.0% |
Points | 11.77 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |