Max (mgraham)

Race #2

View Pit Stop page for race #2 by mgrahamGhost race

View profile for Max (mgraham)

Official speed 36.60 wpm (46.89 seconds elapsed during race)
Race Start May 23, 2023 5:16:19am UTC
Race Finish May 23, 2023 5:17:06am UTC
Outcome No win (1 of 1)
Accuracy 96.0%
Points 10.98
Text #10010 (Length: 143 characters)

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