Tianyi (dreamatd)

Race #2

View Pit Stop page for race #2 by dreamatdGhost race

View profile for Tianyi (dreamatd)

Official speed 35.92 wpm (44.77 seconds elapsed during race)
Race Start July 25, 2018 8:28:00am UTC
Race Finish July 25, 2018 8:28:45am UTC
Outcome No win (2 of 2)
Accuracy 91.0%
Points 10.78
Text #10010 (Length: 143 characters)

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