View Pit Stop page for race #8 by xsession — Ghost race
View profile for account deleted (xsession)
Official speed | 74.73 wpm (22.96 seconds elapsed during race) |
---|---|
Race Start | January 31, 2023 5:46:25am UTC |
Race Finish | January 31, 2023 5:46:48am UTC |
Outcome | Win (1 of 2) |
Accuracy | 98.0% |
Points | 22.42 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |