View Pit Stop page for race #3 by d3b1 — Ghost race
Official speed | 81.25 wpm (21.12 seconds elapsed during race) |
---|---|
Race Start | September 19, 2021 2:53:18am UTC |
Race Finish | September 19, 2021 2:53:39am UTC |
Outcome | Win (1 of 3) |
Opponents |
2. vanosgaming2014 (76.74 wpm) |
Accuracy | 95.0% |
Points | 24.37 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |