View Pit Stop page for race #1 by discoverykeys — Ghost race
View profile for Jonas (discoverykeys)
| Official speed | 31.77 wpm (54.01 seconds elapsed during race) |
|---|---|
| Race Start | April 13, 2021 12:03:20pm UTC |
| Race Finish | April 13, 2021 12:04:14pm UTC |
| Outcome | Win (1 of 3) |
| Accuracy | 98.0% |
| Points | 9.53 |
| Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |