derp (gavzzz)

Race #4

View Pit Stop page for race #4 by gavzzzGhost race

View profile for derp (gavzzz)

Official speed 61.42 wpm (27.94 seconds elapsed during race)
Race Start April 15, 2025 5:34:10am UTC
Race Finish April 15, 2025 5:34:38am UTC
Outcome No win (3 of 3)
Accuracy 94.0%
Points 18.43
Text #10010 (Length: 143 characters)

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