ProRick2358Y (prysp)

Race #9

View Pit Stop page for race #9 by pryspGhost race

View profile for ProRick2358Y (prysp)

Official speed 47.14 wpm (36.40 seconds elapsed during race)
Race Start July 5, 2025 2:44:55pm UTC
Race Finish July 5, 2025 2:45:32pm UTC
Outcome No win (3 of 3)
Accuracy 95.0%
Points 14.14
Text #10010 (Length: 143 characters)

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