(boy_314)

Race #22

View Pit Stop page for race #22 by boy_314Ghost race

View profile for (boy_314)

Official speed 79.30 wpm (20.28 seconds elapsed during race)
Race Start October 9, 2019 2:49:36am UTC
Race Finish October 9, 2019 2:49:56am UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 23.79
Text #10010 (Length: 143 characters)

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