View Pit Stop page for race #203 by hobboloydn — Ghost race
View profile for Charlie (hobboloydn)
Official speed | 66.06 wpm (25.98 seconds elapsed during race) |
---|---|
Race Start | May 5, 2025 4:01:25pm UTC |
Race Finish | May 5, 2025 4:01:51pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 96.0% |
Points | 19.82 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |