emyrr (emyrrr)

Race #13

View Pit Stop page for race #13 by emyrrrGhost race

View profile for emyrr (emyrrr)

Official speed 55.54 wpm (30.90 seconds elapsed during race)
Race Start October 17, 2022 10:32:37am UTC
Race Finish October 17, 2022 10:33:08am UTC
Outcome No win (3 of 3)
Accuracy 91.0%
Points 16.66
Text #10010 (Length: 143 characters)

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