Jeremy (cutecup)

Race #12

View Pit Stop page for race #12 by cutecupGhost race

View profile for Jeremy (cutecup)

Official speed 56.04 wpm (30.62 seconds elapsed during race)
Race Start October 21, 2025 12:20:42am UTC
Race Finish October 21, 2025 12:21:13am UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 16.81
Text #10010 (Length: 143 characters)

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