harshit (harshit712)

Race #9

View Pit Stop page for race #9 by harshit712Ghost race

View profile for harshit (harshit712)

Official speed 44.13 wpm (38.89 seconds elapsed during race)
Race Start March 14, 2021 5:34:43pm UTC
Race Finish March 14, 2021 5:35:22pm UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 13.24
Text #10010 (Length: 143 characters)

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