View Pit Stop page for race #39 by causenetsofv — Ghost race
View profile for da (causenetsofv)
Official speed | 65.67 wpm (24.49 seconds elapsed during race) |
---|---|
Race Start | December 18, 2020 1:36:59pm UTC |
Race Finish | December 18, 2020 1:37:24pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 99.0% |
Points | 19.70 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |