dorianmodemusic (djdorian1)

Race #5

View Pit Stop page for race #5 by djdorian1Ghost race

View profile for dorianmodemusic (djdorian1)

Official speed 31.81 wpm (50.55 seconds elapsed during race)
Race Start July 17, 2018 6:21:25am UTC
Race Finish July 17, 2018 6:22:16am UTC
Outcome No win (2 of 2)
Accuracy 89.0%
Points 9.54
Text #10010 (Length: 143 characters)

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