View Pit Stop page for race #1 by junior_master — Ghost race
View profile for master (junior_master)
| Official speed | 35.76 wpm (47.99 seconds elapsed during race) |
|---|---|
| Race Start | June 19, 2023 2:52:19pm UTC |
| Race Finish | June 19, 2023 2:53:07pm UTC |
| Outcome | No win (2 of 2) |
| Accuracy | 95.0% |
| Points | 10.73 |
| Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |