View Pit Stop page for race #114 by alexklaus — Ghost race
View profile for Alex (alexklaus)
Official speed | 53.11 wpm (30.28 seconds elapsed during race) |
---|---|
Race Start | May 26, 2019 8:14:26am UTC |
Race Finish | May 26, 2019 8:14:56am UTC |
Outcome | Win (1 of 3) |
Accuracy | 98.0% |
Points | 15.93 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |