View Pit Stop page for race #12 by firegun233 — Ghost race
View profile for anastasis (firegun233)
Official speed | 24.65 wpm (69.61 seconds elapsed during race) |
---|---|
Race Start | June 13, 2023 6:22:16pm UTC |
Race Finish | June 13, 2023 6:23:25pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 92.0% |
Points | 7.40 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |