(atorpy)

Race #7

View Pit Stop page for race #7 by atorpyGhost race

View profile for (atorpy)

Official speed 44.22 wpm (38.81 seconds elapsed during race)
Race Start May 23, 2022 5:18:46pm UTC
Race Finish May 23, 2022 5:19:25pm UTC
Outcome No win (1 of 1)
Accuracy 95.0%
Points 13.27
Text #10010 (Length: 143 characters)

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