jason (jasontime12345)

Race #12

View Pit Stop page for race #12 by jasontime12345Ghost race

View profile for jason (jasontime12345)

Official speed 104.67 wpm (15.36 seconds elapsed during race)
Race Start May 11, 2018 12:39:28am UTC
Race Finish May 11, 2018 12:39:44am UTC
Outcome Win (1 of 3)
Accuracy 100.0%
Points 31.40
Text #10010 (Length: 143 characters)

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