spondunoob (spondulix)

Race #158

View Pit Stop page for race #158 by spondulixGhost race

View profile for spondunoob (spondulix)

Official speed 100.87 wpm (15.94 seconds elapsed during race)
Race Start July 24, 2019 12:18:42am UTC
Race Finish July 24, 2019 12:18:58am UTC
Outcome Win (1 of 3)
Accuracy 100.0%
Points 30.26
Text #10010 (Length: 143 characters)

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