View Pit Stop page for race #753 by shiruzu — Ghost race
View profile for Lydia (shiruzu)
Official speed | 82.22 wpm (20.87 seconds elapsed during race) |
---|---|
Race Start | June 13, 2025 6:41:12pm UTC |
Race Finish | June 13, 2025 6:41:33pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 99.0% |
Points | 24.67 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |