spondunoob (spondulix)

Race #14

View Pit Stop page for race #14 by spondulixGhost race

View profile for spondunoob (spondulix)

Official speed 68.33 wpm (23.53 seconds elapsed during race)
Race Start February 23, 2019 9:54:40pm UTC
Race Finish February 23, 2019 9:55:03pm UTC
Outcome Win (1 of 2)
Opponents 2. loboru (55.71 wpm)
Accuracy 96.0%
Points 20.50
Text #10010 (Length: 143 characters)

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