idk man (ithatme)

Race #20

View Pit Stop page for race #20 by ithatmeGhost race

View profile for idk man (ithatme)

Official speed 48.77 wpm (35.19 seconds elapsed during race)
Race Start May 25, 2023 3:46:02pm UTC
Race Finish May 25, 2023 3:46:38pm UTC
Outcome No win (2 of 3)
Accuracy 93.0%
Points 14.63
Text #10010 (Length: 143 characters)

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