harshit (harshit712)

Race #100

View Pit Stop page for race #100 by harshit712Ghost race

View profile for harshit (harshit712)

Official speed 72.21 wpm (23.76 seconds elapsed during race)
Race Start July 18, 2023 5:37:24pm UTC
Race Finish July 18, 2023 5:37:48pm UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 21.66
Text #10010 (Length: 143 characters)

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