View Pit Stop page for race #83 by landarian — Ghost race
Official speed | 68.17 wpm (23.59 seconds elapsed during race) |
---|---|
Race Start | August 20, 2019 9:22:17pm UTC |
Race Finish | August 20, 2019 9:22:41pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 97.0% |
Points | 20.45 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |