porfiriomarquez (porfiriomarquez)

Race #61

View Pit Stop page for race #61 by porfiriomarquezGhost race

View profile for porfiriomarquez (porfiriomarquez)

Official speed 17.93 wpm (95.71 seconds elapsed during race)
Race Start June 23, 2025 7:20:08pm UTC
Race Finish June 23, 2025 7:21:44pm UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 5.38
Text #10010 (Length: 143 characters)

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