Florencia Magali Alanoca (magali_alanoca)

Race #19

View Pit Stop page for race #19 by magali_alanocaGhost race

View profile for Florencia Magali Alanoca (magali_alanoca)

Official speed 26.15 wpm (65.62 seconds elapsed during race)
Race Start June 8, 2025 12:48:01am UTC
Race Finish June 8, 2025 12:49:07am UTC
Outcome No win (11 of 18)
Opponents 5. fa1progra (32.67 wpm)
13. iverjoel (24.35 wpm)
15. priscilacervantes23 (22.14 wpm)
Accuracy 96.0%
Points 7.85
Text #10010 (Length: 143 characters)

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