View Pit Stop page for race #85 by liz_mariela — Ghost race
View profile for Liz Mariela Perez Gervacio (liz_mariela)
Official speed | 33.42 wpm (51.35 seconds elapsed during race) |
---|---|
Race Start | June 20, 2025 1:36:05am UTC |
Race Finish | June 20, 2025 1:36:57am UTC |
Outcome | Win (1 of 3) |
Accuracy | 94.0% |
Points | 10.02 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |