View Pit Stop page for race #10 by khaiky71 — Ghost race
View profile for bachubanphim (khaiky71)
Official speed | 49.02 wpm (35.01 seconds elapsed during race) |
---|---|
Race Start | July 21, 2025 3:50:21am UTC |
Race Finish | July 21, 2025 3:50:56am UTC |
Outcome | Win (1 of 3) |
Accuracy | 95.0% |
Points | 14.70 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |