emyrr (emyrrr)

Race #2

View Pit Stop page for race #2 by emyrrrGhost race

View profile for emyrr (emyrrr)

Official speed 62.08 wpm (27.64 seconds elapsed during race)
Race Start October 17, 2022 10:14:41am UTC
Race Finish October 17, 2022 10:15:09am UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 18.62
Text #10010 (Length: 143 characters)

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