JIIC (jiic)

Race #3

View Pit Stop page for race #3 by jiicGhost race

View profile for JIIC (jiic)

Official speed 65.07 wpm (26.37 seconds elapsed during race)
Race Start January 4, 2023 5:04:30pm UTC
Race Finish January 4, 2023 5:04:56pm UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 19.52
Text #10010 (Length: 143 characters)

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