View Pit Stop page for race #107 by aadithebeast — Ghost race
View profile for aadithebest (aadithebeast)
Official speed | 31.39 wpm (54.67 seconds elapsed during race) |
---|---|
Race Start | July 3, 2025 7:47:01am UTC |
Race Finish | July 3, 2025 7:47:55am UTC |
Outcome | No win (2 of 3) |
Accuracy | 90.0% |
Points | 9.42 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |