View Pit Stop page for race #785 by shiruzu — Ghost race
View profile for Lydia (shiruzu)
Official speed | 68.89 wpm (24.91 seconds elapsed during race) |
---|---|
Race Start | July 10, 2025 3:29:36pm UTC |
Race Finish | July 10, 2025 3:30:01pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 96.0% |
Points | 20.67 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |