chillin (slekap)

Race #5

View Pit Stop page for race #5 by slekapGhost race

View profile for chillin (slekap)

Official speed 106.88 wpm (15.04 seconds elapsed during race)
Race Start January 8, 2018 3:20:04am UTC
Race Finish January 8, 2018 3:20:19am UTC
Outcome Win (1 of 2)
Accuracy 97.0%
Points 32.06
Text #10010 (Length: 143 characters)

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