View Pit Stop page for race #1 by zeioth — Ghost race
Official speed | 20.74 wpm (82.74 seconds elapsed during race) |
---|---|
Race Start | January 19, 2021 11:53:07pm UTC |
Race Finish | January 19, 2021 11:54:30pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 93.0% |
Points | 6.22 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |