Alex Beltran T. (beltran_tarqui)

Race #230

View Pit Stop page for race #230 by beltran_tarquiGhost race

View profile for Alex Beltran T. (beltran_tarqui)

Official speed 27.70 wpm (61.95 seconds elapsed during race)
Race Start June 24, 2025 11:15:50pm UTC
Race Finish June 24, 2025 11:16:52pm UTC
Outcome No win (3 of 3)
Accuracy 87.0%
Points 8.31
Text #10010 (Length: 143 characters)

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