View Pit Stop page for race #2 by aoxanh — Ghost race
View profile for aoxanh (aoxanh)
Official speed | 52.45 wpm (32.72 seconds elapsed during race) |
---|---|
Race Start | June 7, 2025 4:15:11am UTC |
Race Finish | June 7, 2025 4:15:44am UTC |
Outcome | Win (1 of 3) |
Accuracy | 92.0% |
Points | 15.73 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |