Maerih (maerih)

Race #505

View Pit Stop page for race #505 by maerihGhost race

View profile for Maerih (maerih)

Official speed 55.59 wpm (30.87 seconds elapsed during race)
Race Start October 16, 2025 8:04:37am UTC
Race Finish October 16, 2025 8:05:08am UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 16.68
Text #10010 (Length: 143 characters)

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