(boy_314)

Race #13

View Pit Stop page for race #13 by boy_314Ghost race

View profile for (boy_314)

Official speed 63.10 wpm (25.48 seconds elapsed during race)
Race Start March 11, 2019 11:44:31pm UTC
Race Finish March 11, 2019 11:44:57pm UTC
Outcome No win (3 of 3)
Accuracy 94.0%
Points 18.93
Text #10010 (Length: 143 characters)

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