View Pit Stop page for race #701 by mayham92 — Ghost race
View profile for Mikhail (mayham92)
Official speed | 58.92 wpm (29.12 seconds elapsed during race) |
---|---|
Race Start | February 19, 2022 1:40:27pm UTC |
Race Finish | February 19, 2022 1:40:56pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 97.0% |
Points | 17.67 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |