Alex Beltran T. (beltran_tarqui)

Race #399

View Pit Stop page for race #399 by beltran_tarquiGhost race

View profile for Alex Beltran T. (beltran_tarqui)

Official speed 34.04 wpm (50.41 seconds elapsed during race)
Race Start July 4, 2025 12:21:01am UTC
Race Finish July 4, 2025 12:21:52am UTC
Outcome No win (2 of 3)
Accuracy 93.0%
Points 10.21
Text #10010 (Length: 143 characters)

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