View Pit Stop page for race #111 by turboflames — Ghost race
View profile for 🤺 (turboflames)
Official speed | 74.83 wpm (22.93 seconds elapsed during race) |
---|---|
Race Start | June 26, 2021 10:26:44pm UTC |
Race Finish | June 26, 2021 10:27:07pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 96.0% |
Points | 22.45 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |