spondunoob (spondulix)

Race #88

View Pit Stop page for race #88 by spondulixGhost race

View profile for spondunoob (spondulix)

Official speed 94.17 wpm (17.08 seconds elapsed during race)
Race Start July 22, 2019 6:32:28pm UTC
Race Finish July 22, 2019 6:32:45pm UTC
Outcome Win (1 of 3)
Accuracy 100.0%
Points 28.25
Text #10010 (Length: 143 characters)

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