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