leon (leonzalion)

Race #11

View Pit Stop page for race #11 by leonzalionGhost race

View profile for leon (leonzalion)

Official speed 129.96 wpm (13.20 seconds elapsed during race)
Race Start May 25, 2021 4:32:22pm UTC
Race Finish May 25, 2021 4:32:36pm UTC
Outcome No win (1 of 1)
Accuracy 99.0%
Points 38.99
Text #10010 (Length: 143 characters)

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