Alex (alexklaus)

Race #138

View Pit Stop page for race #138 by alexklausGhost race

View profile for Alex (alexklaus)

Official speed 54.81 wpm (31.31 seconds elapsed during race)
Race Start April 5, 2021 12:53:53am UTC
Race Finish April 5, 2021 12:54:24am UTC
Outcome No win (2 of 3)
Accuracy 96.0%
Points 16.44
Text #10010 (Length: 143 characters)

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