View Pit Stop page for race #19 by e6f4e37l — Ghost race
Official speed | 108.11 wpm (15.87 seconds elapsed during race) |
---|---|
Race Start | July 3, 2021 8:56:29am UTC |
Race Finish | July 3, 2021 8:56:44am UTC |
Outcome | Win (1 of 3) |
Accuracy | 97.0% |
Points | 32.43 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |