spondunoob (spondulix)

Race #469

View Pit Stop page for race #469 by spondulixGhost race

View profile for spondunoob (spondulix)

Official speed 109.02 wpm (14.75 seconds elapsed during race)
Race Start March 11, 2020 5:34:13pm UTC
Race Finish March 11, 2020 5:34:27pm UTC
Outcome No win (1 of 1)
Accuracy 99.0%
Points 32.71
Text #10010 (Length: 143 characters)

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