dfwCraig (dfwcraig)

Race #13

View Pit Stop page for race #13 by dfwcraigGhost race

View profile for dfwCraig (dfwcraig)

Official speed 27.95 wpm (61.40 seconds elapsed during race)
Race Start June 9, 2025 9:56:54pm UTC
Race Finish June 9, 2025 9:57:56pm UTC
Outcome No win (2 of 3)
Accuracy 91.0%
Points 8.39
Text #10010 (Length: 143 characters)

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