kadomaniac (big_time_snail)

Race #69

View Pit Stop page for race #69 by big_time_snailGhost race

View profile for kadomaniac (big_time_snail)

Official speed 53.63 wpm (29.98 seconds elapsed during race)
Race Start July 4, 2019 9:33:57pm UTC
Race Finish July 4, 2019 9:34:27pm UTC
Outcome No win (2 of 3)
Accuracy 97.0%
Points 16.09
Text #10010 (Length: 143 characters)

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