View Pit Stop page for race #2 by purpledeath — Ghost race
View profile for c000005 (purpledeath)
Official speed | 56.68 wpm (30.28 seconds elapsed during race) |
---|---|
Race Start | May 2, 2025 8:20:27am UTC |
Race Finish | May 2, 2025 8:20:57am UTC |
Outcome | Win (1 of 3) |
Accuracy | 97.0% |
Points | 17.00 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |