View Pit Stop page for race #6 by slaweq — Ghost race
View profile for slaweq (slaweq)
Official speed | 41.51 wpm (41.34 seconds elapsed during race) |
---|---|
Race Start | June 24, 2025 12:44:09pm UTC |
Race Finish | June 24, 2025 12:44:51pm UTC |
Outcome | No win (2 of 3) |
Accuracy | 96.0% |
Points | 12.45 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |