Mike (michaelmss)

Race #3

View Pit Stop page for race #3 by michaelmssGhost race

View profile for Mike (michaelmss)

Official speed 40.65 wpm (39.56 seconds elapsed during race)
Race Start June 17, 2019 7:46:02pm UTC
Race Finish June 17, 2019 7:46:42pm UTC
Outcome Win (1 of 3)
Accuracy 93.0%
Points 12.20
Text #10010 (Length: 143 characters)

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