Shawn (dshawn)

Race #4

View Pit Stop page for race #4 by dshawnGhost race

View profile for Shawn (dshawn)

Official speed 58.05 wpm (27.70 seconds elapsed during race)
Race Start September 6, 2018 4:20:57am UTC
Race Finish September 6, 2018 4:21:24am UTC
Outcome Win (1 of 2)
Accuracy 94.0%
Points 17.42
Text #10010 (Length: 143 characters)

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