View Pit Stop page for race #873 by mayham92 — Ghost race
View profile for Mikhail (mayham92)
Official speed | 58.03 wpm (29.57 seconds elapsed during race) |
---|---|
Race Start | August 1, 2022 2:37:46pm UTC |
Race Finish | August 1, 2022 2:38:16pm UTC |
Outcome | No win (2 of 3) |
Accuracy | 97.0% |
Points | 17.41 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |