View Pit Stop page for race #3 by eyox — Ghost race
Official speed | 28.60 wpm (60.00 seconds elapsed during race) |
---|---|
Race Start | May 24, 2023 7:27:47am UTC |
Race Finish | May 24, 2023 7:28:47am UTC |
Outcome | Win (1 of 3) |
Accuracy | 93.0% |
Points | 8.58 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |