View Pit Stop page for race #9 by jhosmar_carlos — Ghost race
View profile for jhosmar (jhosmar_carlos)
Official speed | 46.82 wpm (36.65 seconds elapsed during race) |
---|---|
Race Start | June 8, 2025 12:48:03am UTC |
Race Finish | June 8, 2025 12:48:40am UTC |
Outcome | Win (1 of 18) |
Opponents |
2. fanor (41.55 wpm) |
Accuracy | 96.0% |
Points | 14.05 |
Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |