ABCD (x007)

Race #166

View Pit Stop page for race #166 by x007Ghost race

View profile for ABCD (x007)

Official speed 59.25 wpm (27.14 seconds elapsed during race)
Race Start July 7, 2018 2:56:37pm UTC
Race Finish July 7, 2018 2:57:04pm UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 17.78
Text #10010 (Length: 143 characters)

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