T (tcubesak)

Race #1

View Pit Stop page for race #1 by tcubesakGhost race

View profile for T (tcubesak)

Official speed 48.14 wpm (33.40 seconds elapsed during race)
Race Start May 4, 2018 5:27:22am UTC
Race Finish May 4, 2018 5:27:56am UTC
Outcome No win (2 of 3)
Accuracy 95.0%
Points 14.44
Text #10010 (Length: 143 characters)

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