Semaj (officialmaj)

Race #3

View Pit Stop page for race #3 by officialmajGhost race

View profile for Semaj (officialmaj)

Official speed 55.12 wpm (29.17 seconds elapsed during race)
Race Start May 25, 2018 8:18:29pm UTC
Race Finish May 25, 2018 8:18:58pm UTC
Outcome No win (2 of 3)
Accuracy 96.0%
Points 16.54
Text #10010 (Length: 143 characters)

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