harshit (harshit712)

Race #7

View Pit Stop page for race #7 by harshit712Ghost race

View profile for harshit (harshit712)

Official speed 48.41 wpm (35.45 seconds elapsed during race)
Race Start March 14, 2021 12:48:19pm UTC
Race Finish March 14, 2021 12:48:54pm UTC
Outcome Win (1 of 2)
Accuracy 94.0%
Points 14.52
Text #10010 (Length: 143 characters)

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