View Pit Stop page for race #1 by charodziej — Ghost race
View profile for charodziej (charodziej)
Official speed | 50.91 wpm (33.71 seconds elapsed during race) |
---|---|
Race Start | December 7, 2020 5:24:20pm UTC |
Race Finish | December 7, 2020 5:24:54pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 94.0% |
Points | 15.27 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |