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