Mario (marfredd)

Race #5

View Pit Stop page for race #5 by marfreddGhost race

View profile for Mario (marfredd)

Official speed 59.75 wpm (28.72 seconds elapsed during race)
Race Start July 13, 2023 4:54:52am UTC
Race Finish July 13, 2023 4:55:21am UTC
Outcome No win (2 of 3)
Accuracy 95.0%
Points 17.93
Text #10010 (Length: 143 characters)

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