kadomaniac (big_time_snail)

Race #78

View Pit Stop page for race #78 by big_time_snailGhost race

View profile for kadomaniac (big_time_snail)

Official speed 61.34 wpm (26.21 seconds elapsed during race)
Race Start July 5, 2019 2:02:03pm UTC
Race Finish July 5, 2019 2:02:29pm UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 18.40
Text #10010 (Length: 143 characters)

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