View Pit Stop page for race #22 by leonzalion — Ghost race
View profile for leon (leonzalion)
Official speed | 111.03 wpm (15.46 seconds elapsed during race) |
---|---|
Race Start | May 25, 2021 7:43:47pm UTC |
Race Finish | May 25, 2021 7:44:02pm UTC |
Outcome | No win (1 of 1) |
Accuracy | 97.0% |
Points | 33.31 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |