View Pit Stop page for race #446 by beltran_tarqui — Ghost race
View profile for Alex Beltran T. (beltran_tarqui)
Official speed | 34.10 wpm (50.32 seconds elapsed during race) |
---|---|
Race Start | July 7, 2025 1:47:42am UTC |
Race Finish | July 7, 2025 1:48:33am UTC |
Outcome | Win (1 of 3) |
Accuracy | 91.0% |
Points | 10.23 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |