View Pit Stop page for race #1 by drag3nz — Ghost race
View profile for Drag3nz (drag3nz)
Official speed | 31.41 wpm (51.19 seconds elapsed during race) |
---|---|
Race Start | January 30, 2018 11:17:16am UTC |
Race Finish | January 30, 2018 11:18:07am UTC |
Outcome | No win (3 of 3) |
Accuracy | 94.0% |
Points | 9.42 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |