aadithebest (aadithebeast)

Race #170

View Pit Stop page for race #170 by aadithebeastGhost race

View profile for aadithebest (aadithebeast)

Official speed 33.78 wpm (50.80 seconds elapsed during race)
Race Start August 2, 2025 11:41:12am UTC
Race Finish August 2, 2025 11:42:03am UTC
Outcome No win (2 of 3)
Accuracy 95.0%
Points 10.13
Text #10010 (Length: 143 characters)

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