U (ugoracer)

Race #2

View Pit Stop page for race #2 by ugoracerGhost race

View profile for U (ugoracer)

Official speed 72.37 wpm (23.71 seconds elapsed during race)
Race Start September 9, 2023 8:56:57pm UTC
Race Finish September 9, 2023 8:57:20pm UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 21.71
Text #10010 (Length: 143 characters)

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