Abhinav (typingcompany)

Race #79

View Pit Stop page for race #79 by typingcompanyGhost race

View profile for Abhinav (typingcompany)

Official speed 31.87 wpm (53.84 seconds elapsed during race)
Race Start June 3, 2023 1:22:36pm UTC
Race Finish June 3, 2023 1:23:29pm UTC
Outcome Win (1 of 2)
Accuracy 95.0%
Points 9.56
Text #10010 (Length: 143 characters)

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