View Pit Stop page for race #27 by zivry — Ghost race
Official speed | 36.71 wpm (43.80 seconds elapsed during race) |
---|---|
Race Start | October 14, 2019 7:19:06pm UTC |
Race Finish | October 14, 2019 7:19:50pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 93.0% |
Points | 11.01 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |