View Pit Stop page for race #6 by t111h — Ghost race
Official speed | 30.24 wpm (56.75 seconds elapsed during race) |
---|---|
Race Start | March 22, 2022 11:50:16pm UTC |
Race Finish | March 22, 2022 11:51:12pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 96.0% |
Points | 9.07 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |