leonidas (awsomaw)

Race #2

View Pit Stop page for race #2 by awsomawGhost race

View profile for leonidas (awsomaw)

Official speed 121.11 wpm (13.28 seconds elapsed during race)
Race Start February 25, 2019 3:45:27am UTC
Race Finish February 25, 2019 3:45:40am UTC
Outcome Win (1 of 2)
Accuracy 99.0%
Points 36.33
Text #10010 (Length: 143 characters)

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