View Pit Stop page for race #733 by mayham92 — Ghost race
View profile for Mikhail (mayham92)
Official speed | 63.27 wpm (27.12 seconds elapsed during race) |
---|---|
Race Start | March 12, 2022 10:42:16pm UTC |
Race Finish | March 12, 2022 10:42:43pm UTC |
Outcome | No win (2 of 3) |
Accuracy | 97.0% |
Points | 18.98 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |