R1CK (ricky_wants_rich)

Race #1

View Pit Stop page for race #1 by ricky_wants_richGhost race

View profile for R1CK (ricky_wants_rich)

Official speed 30.61 wpm (56.06 seconds elapsed during race)
Race Start November 20, 2024 3:42:51pm UTC
Race Finish November 20, 2024 3:43:47pm UTC
Outcome Win (1 of 3)
Accuracy 92.0%
Points 9.18
Text #10010 (Length: 143 characters)

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