View Pit Stop page for race #4 by lannpha — Ghost race
View profile for Lannpha (lannpha)
| Official speed | 83.69 wpm (20.50 seconds elapsed during race) |
|---|---|
| Race Start | November 18, 2020 7:55:40pm UTC |
| Race Finish | November 18, 2020 7:56:01pm UTC |
| Outcome | Win (1 of 3) |
| Accuracy | 99.0% |
| Points | 25.11 |
| Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |