Alex Beltran T. (beltran_tarqui)

Race #362

View Pit Stop page for race #362 by beltran_tarquiGhost race

View profile for Alex Beltran T. (beltran_tarqui)

Official speed 36.79 wpm (46.64 seconds elapsed during race)
Race Start July 3, 2025 12:33:03am UTC
Race Finish July 3, 2025 12:33:50am UTC
Outcome No win (2 of 3)
Accuracy 93.0%
Points 11.04
Text #10010 (Length: 143 characters)

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