permil (permil)

Race #132

View Pit Stop page for race #132 by permilGhost race

View profile for permil (permil)

Official speed 99.09 wpm (16.23 seconds elapsed during race)
Race Start February 26, 2019 4:20:17pm UTC
Race Finish February 26, 2019 4:20:33pm UTC
Outcome No win (2 of 3)
Accuracy 99.0%
Points 29.73
Text #10010 (Length: 143 characters)

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