View Pit Stop page for race #1 by jackalopy — Ghost race
View profile for Jackalope (jackalopy)
Official speed | 82.53 wpm (20.79 seconds elapsed during race) |
---|---|
Race Start | November 10, 2021 8:44:12pm UTC |
Race Finish | November 10, 2021 8:44:32pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 97.0% |
Points | 24.76 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |