permil (permil)

Race #134

View Pit Stop page for race #134 by permilGhost race

View profile for permil (permil)

Official speed 106.78 wpm (15.06 seconds elapsed during race)
Race Start February 26, 2019 4:22:23pm UTC
Race Finish February 26, 2019 4:22:38pm UTC
Outcome No win (3 of 3)
Accuracy 99.0%
Points 32.03
Text #10010 (Length: 143 characters)

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