View Pit Stop page for race #59 by mr_boombaastic — Ghost race
View profile for MrBoombastic (mr_boombaastic)
Official speed | 44.91 wpm (38.21 seconds elapsed during race) |
---|---|
Race Start | July 16, 2021 3:31:00am UTC |
Race Finish | July 16, 2021 3:31:38am UTC |
Outcome | Win (1 of 3) |
Accuracy | 96.0% |
Points | 13.47 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |