Andre (andr_ehh)

Race #7

View Pit Stop page for race #7 by andr_ehhGhost race

View profile for Andre (andr_ehh)

Official speed 51.51 wpm (33.31 seconds elapsed during race)
Race Start June 9, 2023 11:52:08am UTC
Race Finish June 9, 2023 11:52:41am UTC
Outcome No win (2 of 3)
Accuracy 96.0%
Points 15.45
Text #10010 (Length: 143 characters)

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