View Pit Stop page for race #16 by leonzalion — Ghost race
View profile for leon (leonzalion)
Official speed | 122.08 wpm (14.06 seconds elapsed during race) |
---|---|
Race Start | May 25, 2021 4:39:17pm UTC |
Race Finish | May 25, 2021 4:39:31pm UTC |
Outcome | No win (1 of 1) |
Accuracy | 99.0% |
Points | 36.62 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |