View Pit Stop page for race #823 by mayham92 — Ghost race
View profile for Mikhail (mayham92)
Official speed | 43.76 wpm (39.21 seconds elapsed during race) |
---|---|
Race Start | April 28, 2022 1:17:19pm UTC |
Race Finish | April 28, 2022 1:17:58pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 95.0% |
Points | 13.13 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |