Anush Rao (anushrao)

Race #34

View Pit Stop page for race #34 by anushraoGhost race

View profile for Anush Rao (anushrao)

Official speed 52.44 wpm (32.72 seconds elapsed during race)
Race Start July 20, 2023 4:54:34pm UTC
Race Finish July 20, 2023 4:55:07pm UTC
Outcome Win (1 of 2)
Accuracy 96.0%
Points 15.73
Text #10010 (Length: 143 characters)

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