View Pit Stop page for race #20 by alexklaus — Ghost race
View profile for Alex (alexklaus)
Official speed | 47.14 wpm (34.11 seconds elapsed during race) |
---|---|
Race Start | May 28, 2018 1:44:20pm UTC |
Race Finish | May 28, 2018 1:44:55pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 95.0% |
Points | 14.14 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |