View Pit Stop page for race #256 by beltran_tarqui — Ghost race
View profile for Alex Beltran T. (beltran_tarqui)
Official speed | 34.49 wpm (49.75 seconds elapsed during race) |
---|---|
Race Start | June 26, 2025 10:11:34pm UTC |
Race Finish | June 26, 2025 10:12:23pm UTC |
Outcome | No win (2 of 3) |
Accuracy | 92.0% |
Points | 10.35 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |