View Pit Stop page for race #7 by teslateslatesla — Ghost race
View profile for sk (teslateslatesla)
Official speed | 40.25 wpm (42.63 seconds elapsed during race) |
---|---|
Race Start | September 4, 2021 7:15:43am UTC |
Race Finish | September 4, 2021 7:16:25am UTC |
Outcome | Win (1 of 2) |
Accuracy | 97.0% |
Points | 12.07 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |