View Pit Stop page for race #1 by d3b1 — Ghost race
Official speed | 71.88 wpm (23.87 seconds elapsed during race) |
---|---|
Race Start | September 18, 2021 11:07:10pm UTC |
Race Finish | September 18, 2021 11:07:34pm UTC |
Outcome | Win (1 of 2) |
Opponents |
2. vanosgaming2014 (59.96 wpm) |
Accuracy | 94.0% |
Points | 21.56 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |