spondunoob (spondulix)

Race #295

View Pit Stop page for race #295 by spondulixGhost race

View profile for spondunoob (spondulix)

Official speed 77.10 wpm (20.86 seconds elapsed during race)
Race Start July 27, 2019 7:59:46pm UTC
Race Finish July 27, 2019 8:00:07pm UTC
Outcome No win (3 of 3)
Accuracy 97.0%
Points 23.13
Text #10010 (Length: 143 characters)

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