Joey (joe_hu)

Race #2

View Pit Stop page for race #2 by joe_huGhost race

View profile for Joey (joe_hu)

Official speed 44.57 wpm (36.08 seconds elapsed during race)
Race Start April 27, 2018 3:14:08pm UTC
Race Finish April 27, 2018 3:14:44pm UTC
Outcome Win (1 of 2)
Opponents 2. rithvikthegreat (33.78 wpm)
Accuracy 96.0%
Points 13.37
Text #10010 (Length: 143 characters)

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