spondunoob (spondulix)

Race #65

View Pit Stop page for race #65 by spondulixGhost race

View profile for spondunoob (spondulix)

Official speed 80.96 wpm (19.86 seconds elapsed during race)
Race Start July 22, 2019 12:31:06am UTC
Race Finish July 22, 2019 12:31:26am UTC
Outcome Win (1 of 3)
Accuracy 98.0%
Points 24.29
Text #10010 (Length: 143 characters)

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