View Pit Stop page for race #8 by teslateslatesla — Ghost race
View profile for sk (teslateslatesla)
Official speed | 36.13 wpm (47.50 seconds elapsed during race) |
---|---|
Race Start | September 4, 2021 7:17:02am UTC |
Race Finish | September 4, 2021 7:17:50am UTC |
Outcome | Win (1 of 3) |
Accuracy | 91.0% |
Points | 10.84 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |