View Pit Stop page for race #1 by danej — Ghost race
Official speed | 32.09 wpm (50.11 seconds elapsed during race) |
---|---|
Race Start | September 23, 2018 3:06:29am UTC |
Race Finish | September 23, 2018 3:07:20am UTC |
Outcome | Win (1 of 3) |
Accuracy | 91.0% |
Points | 9.63 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |