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