View Pit Stop page for race #89 by hellothen — Ghost race
View profile for SalmanMKC (hellothen)
Official speed | 63.64 wpm (25.27 seconds elapsed during race) |
---|---|
Race Start | January 29, 2019 9:39:16am UTC |
Race Finish | January 29, 2019 9:39:41am UTC |
Outcome | No win (2 of 2) |
Accuracy | 97.0% |
Points | 19.09 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |