(corsairchris)

Race #21

View Pit Stop page for race #21 by corsairchrisGhost race

View profile for (corsairchris)

Official speed 79.00 wpm (21.72 seconds elapsed during race)
Race Start May 29, 2023 11:42:29am UTC
Race Finish May 29, 2023 11:42:51am UTC
Outcome No win (2 of 3)
Accuracy 96.0%
Points 23.70
Text #10010 (Length: 143 characters)

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