View Pit Stop page for race #1 by adee44 — Ghost race
View profile for adeeee (adee44)
Official speed | 34.21 wpm (50.16 seconds elapsed during race) |
---|---|
Race Start | October 24, 2022 7:28:37am UTC |
Race Finish | October 24, 2022 7:29:27am UTC |
Outcome | No win (3 of 3) |
Accuracy | 94.0% |
Points | 10.26 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |