View Pit Stop page for race #8 by paraphrohn — Ghost race
View profile for paraph (paraphrohn)
Official speed | 75.43 wpm (21.32 seconds elapsed during race) |
---|---|
Race Start | February 25, 2019 1:54:57pm UTC |
Race Finish | February 25, 2019 1:55:18pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 95.0% |
Points | 22.63 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |