View Pit Stop page for race #2 by tappineapple — Ghost race
View profile for adin (tappineapple)
Official speed | 67.73 wpm (25.34 seconds elapsed during race) |
---|---|
Race Start | October 7, 2021 6:28:54pm UTC |
Race Finish | October 7, 2021 6:29:19pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 97.0% |
Points | 20.32 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |