ethan (asdf2552)

Race #52

View Pit Stop page for race #52 by asdf2552Ghost race

View profile for ethan (asdf2552)

Official speed 39.43 wpm (43.52 seconds elapsed during race)
Race Start July 3, 2025 9:54:46pm UTC
Race Finish July 3, 2025 9:55:29pm UTC
Outcome No win (2 of 3)
Accuracy 97.0%
Points 11.83
Text #10010 (Length: 143 characters)

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