Alex Beltran T. (beltran_tarqui)

Race #170

View Pit Stop page for race #170 by beltran_tarquiGhost race

View profile for Alex Beltran T. (beltran_tarqui)

Official speed 34.54 wpm (49.68 seconds elapsed during race)
Race Start June 21, 2025 7:05:43pm UTC
Race Finish June 21, 2025 7:06:33pm UTC
Outcome No win (3 of 3)
Accuracy 92.0%
Points 10.36
Text #10010 (Length: 143 characters)

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