Justin (phoenating)

Race #1

View Pit Stop page for race #1 by phoenatingGhost race

View profile for Justin (phoenating)

Official speed 28.63 wpm (59.94 seconds elapsed during race)
Race Start June 2, 2023 4:45:06am UTC
Race Finish June 2, 2023 4:46:06am UTC
Outcome No win (3 of 3)
Accuracy 93.0%
Points 8.59
Text #10010 (Length: 143 characters)

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