HOLY (holy12_soap)

Race #10

View Pit Stop page for race #10 by holy12_soapGhost race

View profile for HOLY (holy12_soap)

Official speed 26.77 wpm (64.10 seconds elapsed during race)
Race Start June 29, 2023 11:39:29am UTC
Race Finish June 29, 2023 11:40:34am UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 8.03
Text #10010 (Length: 143 characters)

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