harshit (harshit712)

Race #94

View Pit Stop page for race #94 by harshit712Ghost race

View profile for harshit (harshit712)

Official speed 68.84 wpm (24.93 seconds elapsed during race)
Race Start July 18, 2023 5:27:52pm UTC
Race Finish July 18, 2023 5:28:17pm UTC
Outcome Win (1 of 3)
Accuracy 98.0%
Points 20.65
Text #10010 (Length: 143 characters)

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