View Pit Stop page for race #3 by imfriez — Ghost race
View profile for Fries (imfriez)
| Official speed | 47.39 wpm (36.21 seconds elapsed during race) |
|---|---|
| Race Start | August 20, 2025 11:12:51am UTC |
| Race Finish | August 20, 2025 11:13:27am UTC |
| Outcome | No win (3 of 3) |
| Accuracy | 93.0% |
| Points | 14.22 |
| Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |