leonidas (awsomaw)

Race #7

View Pit Stop page for race #7 by awsomawGhost race

View profile for leonidas (awsomaw)

Official speed 125.95 wpm (12.77 seconds elapsed during race)
Race Start February 26, 2019 12:49:55am UTC
Race Finish February 26, 2019 12:50:07am UTC
Outcome No win (1 of 1)
Accuracy 99.0%
Points 37.78
Text #10010 (Length: 143 characters)

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