View Pit Stop page for race #166 by aadithebeast — Ghost race
View profile for aadithebest (aadithebeast)
Official speed | 31.85 wpm (53.88 seconds elapsed during race) |
---|---|
Race Start | August 2, 2025 11:17:20am UTC |
Race Finish | August 2, 2025 11:18:14am UTC |
Outcome | No win (2 of 3) |
Accuracy | 93.0% |
Points | 9.55 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |