porfiriomarquez (porfiriomarquez)

Race #84

View Pit Stop page for race #84 by porfiriomarquezGhost race

View profile for porfiriomarquez (porfiriomarquez)

Official speed 14.01 wpm (122.48 seconds elapsed during race)
Race Start July 13, 2025 2:45:37pm UTC
Race Finish July 13, 2025 2:47:40pm UTC
Outcome No win (3 of 3)
Accuracy 93.0%
Points 4.20
Text #10010 (Length: 143 characters)

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