Augusto Aguilar (fa1progra)

Race #8

View Pit Stop page for race #8 by fa1prograGhost race

View profile for Augusto Aguilar (fa1progra)

Official speed 32.10 wpm (53.46 seconds elapsed during race)
Race Start May 11, 2025 12:25:24am UTC
Race Finish May 11, 2025 12:26:18am UTC
Outcome No win (3 of 18)
Opponents 2. erick0334 (33.36 wpm)
8. fanor (25.94 wpm)
10. jhony99 (25.42 wpm)
Accuracy 88.0%
Points 9.63
Text #10010 (Length: 143 characters)

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