leonidas (awsomaw)

Race #39

View Pit Stop page for race #39 by awsomawGhost race

View profile for leonidas (awsomaw)

Official speed 134.85 wpm (11.92 seconds elapsed during race)
Race Start September 20, 2019 2:49:31am UTC
Race Finish September 20, 2019 2:49:43am UTC
Outcome No win (1 of 1)
Accuracy 99.0%
Points 40.46
Text #10010 (Length: 143 characters)

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