View Pit Stop page for race #1 by baited — Ghost race
View profile for allquit (baited)
Official speed | 33.63 wpm (47.81 seconds elapsed during race) |
---|---|
Race Start | December 31, 2017 6:18:43pm UTC |
Race Finish | December 31, 2017 6:19:31pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 94.0% |
Points | 10.09 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |