Luis Alberto Delgado Pinto (luis_univ)

Race #41

View Pit Stop page for race #41 by luis_univGhost race

View profile for Luis Alberto Delgado Pinto (luis_univ)

Official speed 29.90 wpm (57.39 seconds elapsed during race)
Race Start October 26, 2025 12:12:09am UTC
Race Finish October 26, 2025 12:13:07am UTC
Outcome No win (4 of 9)
Opponents 3. fanor (32.25 wpm)
5. nessa2 (29.28 wpm)
6. jhony99 (27.95 wpm)
7. iverjoel (24.53 wpm)
Accuracy 93.0%
Points 8.97
Text #10010 (Length: 143 characters)

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