spondunoob (spondulix)

Race #447

View Pit Stop page for race #447 by spondulixGhost race

View profile for spondunoob (spondulix)

Official speed 104.75 wpm (15.35 seconds elapsed during race)
Race Start October 17, 2019 4:31:56pm UTC
Race Finish October 17, 2019 4:32:11pm UTC
Outcome Win (1 of 2)
Accuracy 97.0%
Points 31.42
Text #10010 (Length: 143 characters)

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