porfiriomarquez (porfiriomarquez)

Race #98

View Pit Stop page for race #98 by porfiriomarquezGhost race

View profile for porfiriomarquez (porfiriomarquez)

Official speed 16.22 wpm (105.80 seconds elapsed during race)
Race Start July 14, 2025 5:40:38pm UTC
Race Finish July 14, 2025 5:42:24pm UTC
Outcome Win (1 of 3)
Accuracy 93.0%
Points 4.87
Text #10010 (Length: 143 characters)

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