View Pit Stop page for race #4 by phobic21 — Ghost race
View profile for Phobic (phobic21)
Official speed | 51.04 wpm (33.62 seconds elapsed during race) |
---|---|
Race Start | May 27, 2023 10:00:55am UTC |
Race Finish | May 27, 2023 10:01:28am UTC |
Outcome | Win (1 of 3) |
Accuracy | 94.0% |
Points | 15.31 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |