dotdotdot (atuladhar1)

Race #222

View Pit Stop page for race #222 by atuladhar1Ghost race

View profile for dotdotdot (atuladhar1)

Official speed 75.99 wpm (22.58 seconds elapsed during race)
Race Start July 1, 2023 9:35:36pm UTC
Race Finish July 1, 2023 9:35:59pm UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 22.80
Text #10010 (Length: 143 characters)

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