Robbie (k0ncealed)

Race #1

View Pit Stop page for race #1 by k0ncealedGhost race

View profile for Robbie (k0ncealed)

Official speed 47.65 wpm (33.75 seconds elapsed during race)
Race Start March 12, 2018 2:32:34am UTC
Race Finish March 12, 2018 2:33:08am UTC
Outcome No win (2 of 3)
Accuracy 96.0%
Points 14.29
Text #10010 (Length: 143 characters)

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