permil (permil)

Race #121

View Pit Stop page for race #121 by permilGhost race

View profile for permil (permil)

Official speed 112.90 wpm (14.24 seconds elapsed during race)
Race Start February 25, 2019 3:28:19pm UTC
Race Finish February 25, 2019 3:28:33pm UTC
Outcome Win (1 of 3)
Accuracy 100.0%
Points 33.87
Text #10010 (Length: 143 characters)

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