Abhinav (typingcompany)

Race #77

View Pit Stop page for race #77 by typingcompanyGhost race

View profile for Abhinav (typingcompany)

Official speed 31.06 wpm (55.25 seconds elapsed during race)
Race Start June 3, 2023 1:18:44pm UTC
Race Finish June 3, 2023 1:19:40pm UTC
Outcome No win (2 of 4)
Accuracy 97.0%
Points 9.32
Text #10010 (Length: 143 characters)

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