spondunoob (spondulix)

Race #296

View Pit Stop page for race #296 by spondulixGhost race

View profile for spondunoob (spondulix)

Official speed 80.92 wpm (19.87 seconds elapsed during race)
Race Start July 29, 2019 1:18:00am UTC
Race Finish July 29, 2019 1:18:20am UTC
Outcome No win (3 of 3)
Accuracy 95.0%
Points 24.28
Text #10010 (Length: 143 characters)

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