azulum (azulum)

Race #1

View Pit Stop page for race #1 by azulumGhost race

View profile for azulum (azulum)

Official speed 24.43 wpm (70.24 seconds elapsed during race)
Race Start May 29, 2023 3:56:38pm UTC
Race Finish May 29, 2023 3:57:49pm UTC
Outcome No win (2 of 3)
Accuracy 93.0%
Points 7.33
Text #10010 (Length: 143 characters)

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