yuzu (yuzupop)

Race #15

View Pit Stop page for race #15 by yuzupopGhost race

View profile for yuzu (yuzupop)

Official speed 70.30 wpm (22.87 seconds elapsed during race)
Race Start February 16, 2018 8:11:10am UTC
Race Finish February 16, 2018 8:11:32am UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 21.09
Text #10010 (Length: 143 characters)

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