View Pit Stop page for race #154 by turboflames — Ghost race
View profile for 🤺 (turboflames)
Official speed | 90.53 wpm (18.95 seconds elapsed during race) |
---|---|
Race Start | June 27, 2021 3:50:56am UTC |
Race Finish | June 27, 2021 3:51:15am UTC |
Outcome | No win (2 of 3) |
Accuracy | 97.0% |
Points | 27.16 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |