kadomaniac (big_time_snail)

Race #30

View Pit Stop page for race #30 by big_time_snailGhost race

View profile for kadomaniac (big_time_snail)

Official speed 55.33 wpm (29.06 seconds elapsed during race)
Race Start June 23, 2019 7:47:45pm UTC
Race Finish June 23, 2019 7:48:14pm UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 16.60
Text #10010 (Length: 143 characters)

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