(boy_314)

Race #101

View Pit Stop page for race #101 by boy_314Ghost race

View profile for (boy_314)

Official speed 73.87 wpm (23.23 seconds elapsed during race)
Race Start September 24, 2021 7:10:30am UTC
Race Finish September 24, 2021 7:10:53am UTC
Outcome Win (1 of 2)
Opponents 2. elismaximus (71.49 wpm)
Accuracy 97.0%
Points 22.16
Text #10010 (Length: 143 characters)

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