chillin (slekap)

Race #4

View Pit Stop page for race #4 by slekapGhost race

View profile for chillin (slekap)

Official speed 89.99 wpm (17.87 seconds elapsed during race)
Race Start January 8, 2018 3:19:11am UTC
Race Finish January 8, 2018 3:19:29am UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 27.00
Text #10010 (Length: 143 characters)

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