AJ (ajansen1318)

Race #12

View Pit Stop page for race #12 by ajansen1318Ghost race

View profile for AJ (ajansen1318)

Official speed 32.46 wpm (52.87 seconds elapsed during race)
Race Start July 27, 2023 6:02:10pm UTC
Race Finish July 27, 2023 6:03:02pm UTC
Outcome No win (2 of 2)
Accuracy 92.0%
Points 9.74
Text #10010 (Length: 143 characters)

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