Tyler (skibity)

Race #2

View Pit Stop page for race #2 by skibityGhost race

View profile for Tyler (skibity)

Official speed 63.53 wpm (25.31 seconds elapsed during race)
Race Start March 29, 2018 1:22:32am UTC
Race Finish March 29, 2018 1:22:57am UTC
Outcome No win (2 of 3)
Accuracy 94.0%
Points 19.06
Text #10010 (Length: 143 characters)

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