View Pit Stop page for race #121 by aadithebeast — Ghost race
View profile for aadithebest (aadithebeast)
Official speed | 29.76 wpm (57.66 seconds elapsed during race) |
---|---|
Race Start | July 4, 2025 2:54:56pm UTC |
Race Finish | July 4, 2025 2:55:53pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 93.0% |
Points | 8.93 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |