Patrick (lizardcreature)

Race #1

View Pit Stop page for race #1 by lizardcreatureGhost race

View profile for Patrick (lizardcreature)

Official speed 20.27 wpm (84.66 seconds elapsed during race)
Race Start September 3, 2023 2:22:28am UTC
Race Finish September 3, 2023 2:23:53am UTC
Outcome No win (3 of 3)
Accuracy 93.0%
Points 6.08
Text #10010 (Length: 143 characters)

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