View Pit Stop page for race #91 by turboflames — Ghost race
View profile for 🤺 (turboflames)
Official speed | 85.39 wpm (20.10 seconds elapsed during race) |
---|---|
Race Start | June 26, 2021 4:45:04am UTC |
Race Finish | June 26, 2021 4:45:24am UTC |
Outcome | Win (1 of 3) |
Accuracy | 97.0% |
Points | 25.62 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |