View Pit Stop page for race #429 by mayham92 — Ghost race
View profile for Mikhail (mayham92)
Official speed | 66.24 wpm (25.91 seconds elapsed during race) |
---|---|
Race Start | December 15, 2021 7:24:52pm UTC |
Race Finish | December 15, 2021 7:25:18pm UTC |
Outcome | No win (2 of 3) |
Accuracy | 99.0% |
Points | 19.87 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |