spondunoob (spondulix)

Race #384

View Pit Stop page for race #384 by spondulixGhost race

View profile for spondunoob (spondulix)

Official speed 88.68 wpm (18.13 seconds elapsed during race)
Race Start August 28, 2019 11:44:40pm UTC
Race Finish August 28, 2019 11:44:59pm UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 26.60
Text #10010 (Length: 143 characters)

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