aadithebest (aadithebeast)

Race #245

View Pit Stop page for race #245 by aadithebeastGhost race

View profile for aadithebest (aadithebeast)

Official speed 32.41 wpm (52.95 seconds elapsed during race)
Race Start September 18, 2025 11:25:30am UTC
Race Finish September 18, 2025 11:26:22am UTC
Outcome No win (3 of 3)
Accuracy 90.0%
Points 9.72
Text #10010 (Length: 143 characters)

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