Semaj (officialmaj)

Race #11

View Pit Stop page for race #11 by officialmajGhost race

View profile for Semaj (officialmaj)

Official speed 54.03 wpm (29.76 seconds elapsed during race)
Race Start May 26, 2018 7:24:32am UTC
Race Finish May 26, 2018 7:25:02am UTC
Outcome No win (2 of 3)
Accuracy 96.0%
Points 16.21
Text #10010 (Length: 143 characters)

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