kadomaniac (big_time_snail)

Race #63

View Pit Stop page for race #63 by big_time_snailGhost race

View profile for kadomaniac (big_time_snail)

Official speed 52.44 wpm (30.66 seconds elapsed during race)
Race Start July 4, 2019 9:27:05pm UTC
Race Finish July 4, 2019 9:27:36pm UTC
Outcome No win (3 of 3)
Accuracy 97.0%
Points 15.73
Text #10010 (Length: 143 characters)

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