View Pit Stop page for race #1158 by yellow_flashh — Ghost race
View profile for Ameesh (yellow_flashh)
Official speed | 41.16 wpm (41.69 seconds elapsed during race) |
---|---|
Race Start | June 4, 2025 3:25:34pm UTC |
Race Finish | June 4, 2025 3:26:16pm UTC |
Outcome | No win (3 of 3) |
Accuracy | 90.0% |
Points | 12.35 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |