View Pit Stop page for race #7 by hyper_racer — Ghost race
View profile for kewl (hyper_racer)
Official speed | 34.39 wpm (46.76 seconds elapsed during race) |
---|---|
Race Start | November 1, 2018 3:53:24pm UTC |
Race Finish | November 1, 2018 3:54:11pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 92.0% |
Points | 10.32 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |