View Pit Stop page for race #2 by insanedjoker — Ghost race
View profile for Dinja (insanedjoker)
Official speed | 36.16 wpm (47.46 seconds elapsed during race) |
---|---|
Race Start | November 20, 2020 3:07:31am UTC |
Race Finish | November 20, 2020 3:08:19am UTC |
Outcome | No win (3 of 3) |
Accuracy | 92.0% |
Points | 10.85 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |