QWERTY (mkshah924)

Race #1

View Pit Stop page for race #1 by mkshah924Ghost race

View profile for QWERTY (mkshah924)

Official speed 35.07 wpm (48.93 seconds elapsed during race)
Race Start July 24, 2023 7:26:56pm UTC
Race Finish July 24, 2023 7:27:45pm UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 10.52
Text #10010 (Length: 143 characters)

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