michael (increased)

Race #1

View Pit Stop page for race #1 by increasedGhost race

View profile for michael (increased)

Official speed 49.81 wpm (32.28 seconds elapsed during race)
Race Start August 15, 2019 3:26:12am UTC
Race Finish August 15, 2019 3:26:44am UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 14.94
Text #10010 (Length: 143 characters)

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