rclim95 (rclim95)

Race #2

View Pit Stop page for race #2 by rclim95Ghost race

View profile for rclim95 (rclim95)

Official speed 76.70 wpm (22.37 seconds elapsed during race)
Race Start May 22, 2023 3:52:11am UTC
Race Finish May 22, 2023 3:52:34am UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 23.01
Text #10010 (Length: 143 characters)

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