View Pit Stop page for race #174 by aadithebeast — Ghost race
View profile for aadithebest (aadithebeast)
Official speed | 34.27 wpm (50.07 seconds elapsed during race) |
---|---|
Race Start | August 13, 2025 7:44:22am UTC |
Race Finish | August 13, 2025 7:45:12am UTC |
Outcome | Win (1 of 3) |
Accuracy | 94.0% |
Points | 10.28 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |