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