View Pit Stop page for race #287 by beltran_tarqui — Ghost race
View profile for Alex Beltran T. (beltran_tarqui)
Official speed | 41.17 wpm (41.68 seconds elapsed during race) |
---|---|
Race Start | June 27, 2025 5:07:48pm UTC |
Race Finish | June 27, 2025 5:08:30pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 92.0% |
Points | 12.35 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |