porfiriomarquez (porfiriomarquez)

Race #12

View Pit Stop page for race #12 by porfiriomarquezGhost race

View profile for porfiriomarquez (porfiriomarquez)

Official speed 13.62 wpm (125.99 seconds elapsed during race)
Race Start May 31, 2025 6:56:48pm UTC
Race Finish May 31, 2025 6:58:54pm UTC
Outcome No win (2 of 3)
Accuracy 90.0%
Points 4.09
Text #10010 (Length: 143 characters)

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