View Pit Stop page for race #122 by mostafam — Ghost race
Official speed | 54.09 wpm (31.72 seconds elapsed during race) |
---|---|
Race Start | April 15, 2022 5:32:21pm UTC |
Race Finish | April 15, 2022 5:32:53pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 97.0% |
Points | 16.23 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |