banksy (notbanksy)

Race #2

View Pit Stop page for race #2 by notbanksyGhost race

View profile for banksy (notbanksy)

Official speed 102.36 wpm (15.71 seconds elapsed during race)
Race Start April 10, 2018 1:14:44am UTC
Race Finish April 10, 2018 1:14:59am UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 30.71
Text #10010 (Length: 143 characters)

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