View Pit Stop page for race #32 by raging_wolf — Ghost race
View profile for raging_wolf (raging_wolf)
Official speed | 27.17 wpm (59.18 seconds elapsed during race) |
---|---|
Race Start | December 6, 2020 5:29:30pm UTC |
Race Finish | December 6, 2020 5:30:29pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 97.0% |
Points | 8.15 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |