View Pit Stop page for race #39 by raging_wolf — Ghost race
View profile for raging_wolf (raging_wolf)
Official speed | 24.33 wpm (66.09 seconds elapsed during race) |
---|---|
Race Start | December 9, 2020 12:15:44am UTC |
Race Finish | December 9, 2020 12:16:50am UTC |
Outcome | No win (3 of 3) |
Accuracy | 92.0% |
Points | 7.30 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |