AnsonX10 (ansonx10)

Race #3

View Pit Stop page for race #3 by ansonx10Ghost race

View profile for AnsonX10 (ansonx10)

Official speed 52.57 wpm (30.59 seconds elapsed during race)
Race Start May 26, 2019 5:43:46am UTC
Race Finish May 26, 2019 5:44:16am UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 15.77
Text #10010 (Length: 143 characters)

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