Anthony (jadefountain)

Race #5

View Pit Stop page for race #5 by jadefountainGhost race

View profile for Anthony (jadefountain)

Official speed 63.49 wpm (27.03 seconds elapsed during race)
Race Start September 1, 2023 12:43:42am UTC
Race Finish September 1, 2023 12:44:09am UTC
Outcome No win (2 of 2)
Accuracy 96.0%
Points 19.05
Text #10010 (Length: 143 characters)

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