View Pit Stop page for race #26 by scraex — Ghost race
Official speed | 68.96 wpm (24.88 seconds elapsed during race) |
---|---|
Race Start | November 3, 2021 5:13:29pm UTC |
Race Finish | November 3, 2021 5:13:54pm UTC |
Outcome | No win (2 of 3) |
Opponents |
1. traben (81.12 wpm) 3. poem (65.37 wpm) |
Accuracy | 97.0% |
Points | 20.69 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |