Artixtics (artixtics)

Race #3

View Pit Stop page for race #3 by artixticsGhost race

View profile for Artixtics (artixtics)

Official speed 38.14 wpm (44.99 seconds elapsed during race)
Race Start July 25, 2023 8:48:16am UTC
Race Finish July 25, 2023 8:49:01am UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 11.44
Text #10010 (Length: 143 characters)

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