View Pit Stop page for race #222 by aadithebeast — Ghost race
View profile for aadithebest (aadithebeast)
Official speed | 50.81 wpm (33.77 seconds elapsed during race) |
---|---|
Race Start | September 5, 2025 10:26:53am UTC |
Race Finish | September 5, 2025 10:27:27am UTC |
Outcome | Win (1 of 3) |
Accuracy | 97.0% |
Points | 15.24 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |