View Pit Stop page for race #24 by mikerubby — Ghost race
View profile for 🌠Rubby🌠(mikerubby)
Official speed | 40.61 wpm (39.60 seconds elapsed during race) |
---|---|
Race Start | August 17, 2020 5:45:10am UTC |
Race Finish | August 17, 2020 5:45:50am UTC |
Outcome | Win (1 of 3) |
Accuracy | 95.0% |
Points | 12.18 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |