Someone (ibetimyoungerthanu)

Race #1

View Pit Stop page for race #1 by ibetimyoungerthanuGhost race

View profile for Someone (ibetimyoungerthanu)

Official speed 34.38 wpm (46.77 seconds elapsed during race)
Race Start May 14, 2018 7:44:22am UTC
Race Finish May 14, 2018 7:45:08am UTC
Outcome Win (1 of 2)
Accuracy 95.0%
Points 10.31
Text #10010 (Length: 143 characters)

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