Alex Beltran T. (beltran_tarqui)

Race #181

View Pit Stop page for race #181 by beltran_tarquiGhost race

View profile for Alex Beltran T. (beltran_tarqui)

Official speed 34.71 wpm (49.44 seconds elapsed during race)
Race Start June 21, 2025 7:25:57pm UTC
Race Finish June 21, 2025 7:26:47pm UTC
Outcome No win (3 of 3)
Accuracy 95.0%
Points 10.41
Text #10010 (Length: 143 characters)

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