John (craftinpark)

Race #2

View Pit Stop page for race #2 by craftinparkGhost race

View profile for John (craftinpark)

Official speed 67.11 wpm (25.57 seconds elapsed during race)
Race Start May 30, 2023 10:44:06pm UTC
Race Finish May 30, 2023 10:44:32pm UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 20.13
Text #10010 (Length: 143 characters)

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