dorianmodemusic (djdorian1)

Race #14

View Pit Stop page for race #14 by djdorian1Ghost race

View profile for dorianmodemusic (djdorian1)

Official speed 54.97 wpm (31.22 seconds elapsed during race)
Race Start June 8, 2022 8:37:33am UTC
Race Finish June 8, 2022 8:38:05am UTC
Outcome Win (1 of 3)
Accuracy 93.0%
Points 16.49
Text #10010 (Length: 143 characters)

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