View Pit Stop page for race #30 by causenetsofv — Ghost race
View profile for da (causenetsofv)
Official speed | 55.87 wpm (28.78 seconds elapsed during race) |
---|---|
Race Start | December 7, 2020 8:25:20pm UTC |
Race Finish | December 7, 2020 8:25:49pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 95.0% |
Points | 16.76 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |