spondunoob (spondulix)

Race #9

View Pit Stop page for race #9 by spondulixGhost race

View profile for spondunoob (spondulix)

Official speed 63.36 wpm (25.38 seconds elapsed during race)
Race Start February 23, 2019 9:44:13pm UTC
Race Finish February 23, 2019 9:44:38pm UTC
Outcome No win (2 of 3)
Accuracy 96.0%
Points 19.01
Text #10010 (Length: 143 characters)

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