aryan (aryasiva333)

Race #5

View Pit Stop page for race #5 by aryasiva333Ghost race

View profile for aryan (aryasiva333)

Official speed 14.26 wpm (120.34 seconds elapsed during race)
Race Start June 17, 2025 10:47:29am UTC
Race Finish June 17, 2025 10:49:29am UTC
Outcome No win (3 of 3)
Accuracy 90.0%
Points 4.28
Text #10010 (Length: 143 characters)

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