francisco (franciscolopezsancho)

Race #775

View Pit Stop page for race #775 by franciscolopezsanchoGhost race

View profile for francisco (franciscolopezsancho)

Official speed 58.70 wpm (29.23 seconds elapsed during race)
Race Start September 23, 2021 7:59:07am UTC
Race Finish September 23, 2021 7:59:36am UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 17.61
Text #10010 (Length: 143 characters)

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