yayeet (repmal)

Race #20

View Pit Stop page for race #20 by repmalGhost race

View profile for yayeet (repmal)

Official speed 63.69 wpm (25.25 seconds elapsed during race)
Race Start November 23, 2018 1:22:41am UTC
Race Finish November 23, 2018 1:23:07am UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 19.11
Text #10010 (Length: 143 characters)

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