(jonsport)

Race #29

View Pit Stop page for race #29 by jonsportGhost race

View profile for (jonsport)

Official speed 46.03 wpm (34.93 seconds elapsed during race)
Race Start May 21, 2020 4:37:33pm UTC
Race Finish May 21, 2020 4:38:08pm UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 13.81
Text #10010 (Length: 143 characters)

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