Alex Beltran T. (beltran_tarqui)

Race #267

View Pit Stop page for race #267 by beltran_tarquiGhost race

View profile for Alex Beltran T. (beltran_tarqui)

Official speed 48.14 wpm (35.65 seconds elapsed during race)
Race Start June 27, 2025 12:40:42am UTC
Race Finish June 27, 2025 12:41:18am UTC
Outcome Win (1 of 12)
Accuracy 99.0%
Points 14.44
Text #10010 (Length: 143 characters)

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