Eli (elismaximus)

Race #1

View Pit Stop page for race #1 by elismaximusGhost race

View profile for Eli (elismaximus)

Official speed 71.49 wpm (24.00 seconds elapsed during race)
Race Start September 24, 2021 7:10:30am UTC
Race Finish September 24, 2021 7:10:54am UTC
Outcome No win (2 of 2)
Opponents 1. boy_314 (73.87 wpm)
Accuracy 96.0%
Points 21.45
Text #10010 (Length: 143 characters)

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