View Pit Stop page for race #161 by tsds — Ghost race
Official speed | 48.42 wpm (35.44 seconds elapsed during race) |
---|---|
Race Start | September 27, 2021 4:44:23pm UTC |
Race Finish | September 27, 2021 4:44:59pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 95.0% |
Points | 14.53 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |