View Pit Stop page for race #1 by giodudespencer — Ghost race
View profile for giodude.sp (giodudespencer)
Official speed | 42.07 wpm (40.79 seconds elapsed during race) |
---|---|
Race Start | August 20, 2023 4:21:19pm UTC |
Race Finish | August 20, 2023 4:22:00pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 95.0% |
Points | 12.62 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |