Alex (alexklaus)

Race #148

View Pit Stop page for race #148 by alexklausGhost race

View profile for Alex (alexklaus)

Official speed 62.69 wpm (27.37 seconds elapsed during race)
Race Start September 23, 2021 8:00:25pm UTC
Race Finish September 23, 2021 8:00:53pm UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 18.81
Text #10010 (Length: 143 characters)

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