View Pit Stop page for race #58 by alexklaus — Ghost race
View profile for Alex (alexklaus)
Official speed | 54.80 wpm (29.34 seconds elapsed during race) |
---|---|
Race Start | June 30, 2018 8:33:22am UTC |
Race Finish | June 30, 2018 8:33:52am UTC |
Outcome | Win (1 of 3) |
Accuracy | 96.0% |
Points | 16.44 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |