View Pit Stop page for race #2 by zachleachtx — Ghost race
View profile for zach (zachleachtx)
| Official speed | 62.35 wpm (27.52 seconds elapsed during race) |
|---|---|
| Race Start | July 18, 2020 2:14:18am UTC |
| Race Finish | July 18, 2020 2:14:45am UTC |
| Outcome | Win (1 of 3) |
| Accuracy | 95.0% |
| Points | 18.71 |
| Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |