David (persig)

Race #1

View Pit Stop page for race #1 by persigGhost race

View profile for David (persig)

Official speed 76.25 wpm (21.09 seconds elapsed during race)
Race Start June 6, 2018 12:02:20pm UTC
Race Finish June 6, 2018 12:02:42pm UTC
Outcome Win (1 of 3)
Accuracy 98.0%
Points 22.88
Text #10010 (Length: 143 characters)

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