View Pit Stop page for race #8 by hajohlay — Ghost race
View profile for Harry (hajohlay)
Official speed | 62.64 wpm (25.67 seconds elapsed during race) |
---|---|
Race Start | November 24, 2019 7:42:19am UTC |
Race Finish | November 24, 2019 7:42:44am UTC |
Outcome | No win (2 of 3) |
Accuracy | 94.0% |
Points | 18.79 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |