Solomon (solomonarsnova)

Race #2

View Pit Stop page for race #2 by solomonarsnovaGhost race

View profile for Solomon (solomonarsnova)

Official speed 37.19 wpm (46.14 seconds elapsed during race)
Race Start July 5, 2025 4:50:44am UTC
Race Finish July 5, 2025 4:51:31am UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 11.16
Text #10010 (Length: 143 characters)

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