Shawn (dshawn)

Race #1

View Pit Stop page for race #1 by dshawnGhost race

View profile for Shawn (dshawn)

Official speed 48.62 wpm (33.07 seconds elapsed during race)
Race Start September 6, 2018 4:13:25am UTC
Race Finish September 6, 2018 4:13:58am UTC
Outcome No win (2 of 2)
Accuracy 93.0%
Points 14.59
Text #10010 (Length: 143 characters)

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