View Pit Stop page for race #6 by causenetsofv — Ghost race
View profile for da (causenetsofv)
Official speed | 71.12 wpm (22.61 seconds elapsed during race) |
---|---|
Race Start | November 22, 2020 12:41:26am UTC |
Race Finish | November 22, 2020 12:41:49am UTC |
Outcome | Win (1 of 3) |
Accuracy | 99.0% |
Points | 21.33 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |