Alex (alexklaus)

Race #141

View Pit Stop page for race #141 by alexklausGhost race

View profile for Alex (alexklaus)

Official speed 61.96 wpm (27.70 seconds elapsed during race)
Race Start August 30, 2021 11:47:55pm UTC
Race Finish August 30, 2021 11:48:23pm UTC
Outcome No win (2 of 3)
Accuracy 99.0%
Points 18.59
Text #10010 (Length: 143 characters)

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