View Pit Stop page for race #1 by jacubcub — Ghost race
View profile for Jacob (jacubcub)
| Official speed | 53.97 wpm (31.80 seconds elapsed during race) |
|---|---|
| Race Start | May 26, 2023 3:31:14pm UTC |
| Race Finish | May 26, 2023 3:31:46pm UTC |
| Outcome | Win (1 of 2) |
| Accuracy | 96.0% |
| Points | 16.19 |
| Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |