arman (armanpanchal)

Race #2

View Pit Stop page for race #2 by armanpanchalGhost race

View profile for arman (armanpanchal)

Official speed 17.75 wpm (96.68 seconds elapsed during race)
Race Start August 23, 2025 2:36:28pm UTC
Race Finish August 23, 2025 2:38:04pm UTC
Outcome No win (3 of 3)
Accuracy 94.0%
Points 5.33
Text #10010 (Length: 143 characters)

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