View Pit Stop page for race #398 by tikpyp — Ghost race
View profile for vloek (tikpyp)
Official speed | 62.98 wpm (27.25 seconds elapsed during race) |
---|---|
Race Start | May 17, 2025 8:46:23pm UTC |
Race Finish | May 17, 2025 8:46:50pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 99.0% |
Points | 18.89 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |