aadithebest (aadithebeast)

Race #113

View Pit Stop page for race #113 by aadithebeastGhost race

View profile for aadithebest (aadithebeast)

Official speed 36.50 wpm (47.01 seconds elapsed during race)
Race Start July 3, 2025 8:59:55am UTC
Race Finish July 3, 2025 9:00:42am UTC
Outcome Win (1 of 3)
Accuracy 93.0%
Points 10.95
Text #10010 (Length: 143 characters)

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