View Pit Stop page for race #8 by causenetsofv — Ghost race
View profile for da (causenetsofv)
Official speed | 69.25 wpm (23.22 seconds elapsed during race) |
---|---|
Race Start | November 23, 2020 6:30:38pm UTC |
Race Finish | November 23, 2020 6:31:02pm UTC |
Outcome | Win (1 of 3) |
Accuracy | 98.0% |
Points | 20.78 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |