View Pit Stop page for race #3 by concurrent — Ghost race
View profile for account deleted (concurrent)
Official speed | 45.57 wpm (35.29 seconds elapsed during race) |
---|---|
Race Start | January 3, 2020 2:58:29pm UTC |
Race Finish | January 3, 2020 2:59:04pm UTC |
Outcome | Win (1 of 2) |
Accuracy | 95.0% |
Points | 13.67 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |