View Pit Stop page for race #3 by hobbitus — Ghost race
View profile for hobbit (hobbitus)
Official speed | 26.51 wpm (64.73 seconds elapsed during race) |
---|---|
Race Start | March 11, 2021 5:23:35pm UTC |
Race Finish | March 11, 2021 5:24:40pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 93.0% |
Points | 7.95 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |