Anush Rao (anushrao)

Race #33

View Pit Stop page for race #33 by anushraoGhost race

View profile for Anush Rao (anushrao)

Official speed 48.08 wpm (35.69 seconds elapsed during race)
Race Start July 20, 2023 4:53:05pm UTC
Race Finish July 20, 2023 4:53:41pm UTC
Outcome Win (1 of 2)
Accuracy 96.0%
Points 14.43
Text #10010 (Length: 143 characters)

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