t11h (t111h)

Race #6

View Pit Stop page for race #6 by t111hGhost race

View profile for t11h (t111h)

Official speed 30.24 wpm (56.75 seconds elapsed during race)
Race Start March 22, 2022 11:50:16pm UTC
Race Finish March 22, 2022 11:51:12pm UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 9.07
Text #10010 (Length: 143 characters)

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