View Pit Stop page for race #123 by landarian — Ghost race
Official speed | 68.19 wpm (23.58 seconds elapsed during race) |
---|---|
Race Start | August 20, 2019 11:11:07pm UTC |
Race Finish | August 20, 2019 11:11:30pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 98.0% |
Points | 20.46 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |