View Pit Stop page for race #7 by curiouschild — Ghost race
View profile for CuriousChild (curiouschild)
Official speed | 29.82 wpm (57.55 seconds elapsed during race) |
---|---|
Race Start | September 4, 2021 7:15:42am UTC |
Race Finish | September 4, 2021 7:16:39am UTC |
Outcome | No win (2 of 2) |
Opponents |
1. teslateslatesla (40.25 wpm) |
Accuracy | 91.0% |
Points | 8.95 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |