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