Tom (gazi243)

Race #4

View Pit Stop page for race #4 by gazi243Ghost race

View profile for Tom (gazi243)

Official speed 60.02 wpm (28.59 seconds elapsed during race)
Race Start July 26, 2023 6:34:57am UTC
Race Finish July 26, 2023 6:35:25am UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 18.01
Text #10010 (Length: 143 characters)

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