View Pit Stop page for race #12 by causenetsofv — Ghost race
View profile for da (causenetsofv)
Official speed | 75.72 wpm (21.24 seconds elapsed during race) |
---|---|
Race Start | November 25, 2020 8:29:27pm UTC |
Race Finish | November 25, 2020 8:29:48pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 99.0% |
Points | 22.72 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |