Josh (hsoj1)

Race #1

View Pit Stop page for race #1 by hsoj1Ghost race

View profile for Josh (hsoj1)

Official speed 40.17 wpm (42.72 seconds elapsed during race)
Race Start July 12, 2023 5:02:25pm UTC
Race Finish July 12, 2023 5:03:08pm UTC
Outcome Win (1 of 3)
Accuracy 90.0%
Points 12.05
Text #10010 (Length: 143 characters)

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