View Pit Stop page for race #120 by beltran_tarqui — Ghost race
View profile for Alex Beltran T. (beltran_tarqui)
Official speed | 34.89 wpm (49.18 seconds elapsed during race) |
---|---|
Race Start | June 18, 2025 6:59:16pm UTC |
Race Finish | June 18, 2025 7:00:05pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 93.0% |
Points | 10.47 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |