Arrogant (dkaocka)

Race #73

View Pit Stop page for race #73 by dkaockaGhost race

View profile for Arrogant (dkaocka)

Official speed 98.90 wpm (17.35 seconds elapsed during race)
Race Start August 12, 2023 4:52:16am UTC
Race Finish August 12, 2023 4:52:33am UTC
Outcome No win (2 of 3)
Accuracy 97.0%
Points 29.67
Text #10010 (Length: 143 characters)

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