View Pit Stop page for race #29 by rexwow — Ghost race
Official speed | 56.17 wpm (30.55 seconds elapsed during race) |
---|---|
Race Start | July 6, 2023 2:36:19am UTC |
Race Finish | July 6, 2023 2:36:50am UTC |
Outcome | Win (1 of 3) |
Accuracy | 94.0% |
Points | 16.85 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |