Luis Alberto Delgado Pinto (luis_univ)

Race #25

View Pit Stop page for race #25 by luis_univGhost race

View profile for Luis Alberto Delgado Pinto (luis_univ)

Official speed 31.02 wpm (55.32 seconds elapsed during race)
Race Start September 10, 2025 9:14:52pm UTC
Race Finish September 10, 2025 9:15:47pm UTC
Outcome Win (1 of 8)
Opponents 3. souljin99 (30.19 wpm)
4. manu_233 (25.94 wpm)
Accuracy 95.0%
Points 9.30
Text #10010 (Length: 143 characters)

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