View Pit Stop page for race #13 by fa1progra — Ghost race
View profile for Augusto Aguilar (fa1progra)
Official speed | 25.51 wpm (67.27 seconds elapsed during race) |
---|---|
Race Start | May 15, 2025 12:48:37am UTC |
Race Finish | May 15, 2025 12:49:44am UTC |
Outcome | No win (3 of 3) |
Accuracy | 87.0% |
Points | 7.65 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |