porfiriomarquez (porfiriomarquez)

Race #81

View Pit Stop page for race #81 by porfiriomarquezGhost race

View profile for porfiriomarquez (porfiriomarquez)

Official speed 13.35 wpm (128.54 seconds elapsed during race)
Race Start July 13, 2025 2:30:05pm UTC
Race Finish July 13, 2025 2:32:13pm UTC
Outcome No win (3 of 3)
Accuracy 91.0%
Points 4.00
Text #10010 (Length: 143 characters)

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