chillin (slekap)

Race #2

View Pit Stop page for race #2 by slekapGhost race

View profile for chillin (slekap)

Official speed 86.10 wpm (18.68 seconds elapsed during race)
Race Start January 8, 2018 3:17:39am UTC
Race Finish January 8, 2018 3:17:58am UTC
Outcome No win (2 of 3)
Accuracy 95.0%
Points 25.83
Text #10010 (Length: 143 characters)

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