Chieh laptop (leejay8011piq)

Race #15

View Pit Stop page for race #15 by leejay8011piqGhost race

View profile for Chieh laptop (leejay8011piq)

Official speed 65.49 wpm (26.20 seconds elapsed during race)
Race Start September 14, 2023 5:02:20am UTC
Race Finish September 14, 2023 5:02:46am UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 19.65
Text #10010 (Length: 143 characters)

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