View Pit Stop page for race #5 by xsession — Ghost race
View profile for account deleted (xsession)
Official speed | 72.54 wpm (23.66 seconds elapsed during race) |
---|---|
Race Start | June 18, 2022 8:35:52am UTC |
Race Finish | June 18, 2022 8:36:16am UTC |
Outcome | Win (1 of 3) |
Accuracy | 96.0% |
Points | 21.76 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |