LeSirH (lesirh)

Race #77

View Pit Stop page for race #77 by lesirhGhost race

View profile for LeSirH (lesirh)

Official speed 86.59 wpm (18.57 seconds elapsed during race)
Race Start August 29, 2019 1:04:25am UTC
Race Finish August 29, 2019 1:04:43am UTC
Outcome No win (3 of 3)
Accuracy 97.0%
Points 25.98
Text #10010 (Length: 143 characters)

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