Solomon (solomonarsnova)

Race #7

View Pit Stop page for race #7 by solomonarsnovaGhost race

View profile for Solomon (solomonarsnova)

Official speed 38.46 wpm (44.62 seconds elapsed during race)
Race Start July 5, 2025 5:55:51am UTC
Race Finish July 5, 2025 5:56:35am UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 11.54
Text #10010 (Length: 143 characters)

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