Cameron (a_stumpy_pickle)

Race #1

View Pit Stop page for race #1 by a_stumpy_pickleGhost race

View profile for Cameron (a_stumpy_pickle)

Official speed 34.81 wpm (49.30 seconds elapsed during race)
Race Start May 24, 2023 9:24:10pm UTC
Race Finish May 24, 2023 9:24:59pm UTC
Outcome No win (2 of 3)
Accuracy 90.0%
Points 10.44
Text #10010 (Length: 143 characters)

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