Misael Rocha (blizhte)

Race #23

View Pit Stop page for race #23 by blizhteGhost race

View profile for Misael Rocha (blizhte)

Official speed 28.24 wpm (60.76 seconds elapsed during race)
Race Start June 8, 2025 12:48:02am UTC
Race Finish June 8, 2025 12:49:02am UTC
Outcome No win (8 of 18)
Opponents 4. mau_r123 (33.34 wpm)
5. fa1progra (32.67 wpm)
11. magali_alanoca (26.15 wpm)
13. iverjoel (24.35 wpm)
14. cris1310 (22.84 wpm)
Accuracy 94.0%
Points 8.47
Text #10010 (Length: 143 characters)

public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } }