View Pit Stop page for race #136 by turboflames — Ghost race
View profile for 🤺 (turboflames)
Official speed | 86.47 wpm (19.85 seconds elapsed during race) |
---|---|
Race Start | June 27, 2021 2:23:34am UTC |
Race Finish | June 27, 2021 2:23:54am UTC |
Outcome | Win (1 of 3) |
Accuracy | 97.0% |
Points | 25.94 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |