Craig (mythical_forger)

Race #1

View Pit Stop page for race #1 by mythical_forgerGhost race

View profile for Craig (mythical_forger)

Official speed 31.68 wpm (54.17 seconds elapsed during race)
Race Start September 14, 2021 10:12:30am UTC
Race Finish September 14, 2021 10:13:24am UTC
Outcome No win (2 of 3)
Accuracy 93.0%
Points 9.50
Text #10010 (Length: 143 characters)

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