View Pit Stop page for race #132 by secret_codes — Ghost race
View profile for Anonymous (secret_codes)
Official speed | 35.26 wpm (45.60 seconds elapsed during race) |
---|---|
Race Start | September 29, 2018 4:55:21pm UTC |
Race Finish | September 29, 2018 4:56:07pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 99.0% |
Points | 10.58 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |