finityfly (finity_fly)

Race #2

View Pit Stop page for race #2 by finity_flyGhost race

View profile for finityfly (finity_fly)

Official speed 74.17 wpm (23.14 seconds elapsed during race)
Race Start May 18, 2022 1:15:21pm UTC
Race Finish May 18, 2022 1:15:45pm UTC
Outcome No win (2 of 3)
Accuracy 97.0%
Points 22.25
Text #10010 (Length: 143 characters)

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