View Pit Stop page for race #660 by mayham92 — Ghost race
View profile for Mikhail (mayham92)
Official speed | 63.81 wpm (26.89 seconds elapsed during race) |
---|---|
Race Start | January 29, 2022 12:29:01pm UTC |
Race Finish | January 29, 2022 12:29:28pm UTC |
Outcome | No win (2 of 3) |
Accuracy | 96.0% |
Points | 19.14 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |