View Pit Stop page for race #75 by hellothen — Ghost race
View profile for SalmanMKC (hellothen)
Official speed | 54.76 wpm (29.36 seconds elapsed during race) |
---|---|
Race Start | January 29, 2019 8:57:42am UTC |
Race Finish | January 29, 2019 8:58:12am UTC |
Outcome | No win (3 of 3) |
Accuracy | 94.0% |
Points | 16.43 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |