spondunoob (spondulix)

Race #29

View Pit Stop page for race #29 by spondulixGhost race

View profile for spondunoob (spondulix)

Official speed 76.22 wpm (21.10 seconds elapsed during race)
Race Start March 15, 2019 5:53:45am UTC
Race Finish March 15, 2019 5:54:06am UTC
Outcome Win (1 of 3)
Opponents 2. mfrencken (32.61 wpm)
Accuracy 97.0%
Points 22.87
Text #10010 (Length: 143 characters)

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