porfiriomarquez (porfiriomarquez)

Race #47

View Pit Stop page for race #47 by porfiriomarquezGhost race

View profile for porfiriomarquez (porfiriomarquez)

Official speed 14.23 wpm (120.59 seconds elapsed during race)
Race Start June 19, 2025 12:39:31am UTC
Race Finish June 19, 2025 12:41:32am UTC
Outcome Win (1 of 3)
Accuracy 93.0%
Points 4.27
Text #10010 (Length: 143 characters)

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