View Pit Stop page for race #1 by wheelicity — Ghost race
View profile for wheelicity (wheelicity)
Official speed | 46.60 wpm (36.82 seconds elapsed during race) |
---|---|
Race Start | June 21, 2023 4:52:39pm UTC |
Race Finish | June 21, 2023 4:53:15pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 99.0% |
Points | 13.98 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |