Alex Beltran T. (beltran_tarqui)

Race #286

View Pit Stop page for race #286 by beltran_tarquiGhost race

View profile for Alex Beltran T. (beltran_tarqui)

Official speed 31.42 wpm (54.61 seconds elapsed during race)
Race Start June 27, 2025 5:06:37pm UTC
Race Finish June 27, 2025 5:07:32pm UTC
Outcome No win (3 of 3)
Accuracy 91.0%
Points 9.43
Text #10010 (Length: 143 characters)

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