Michael (cheesyfluff)

Race #2

View Pit Stop page for race #2 by cheesyfluffGhost race

View profile for Michael (cheesyfluff)

Official speed 40.78 wpm (39.43 seconds elapsed during race)
Race Start February 14, 2018 9:57:52pm UTC
Race Finish February 14, 2018 9:58:31pm UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 12.23
Text #10010 (Length: 143 characters)

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