omar (omarweegee21)

Race #1

View Pit Stop page for race #1 by omarweegee21Ghost race

View profile for omar (omarweegee21)

Official speed 87.93 wpm (19.52 seconds elapsed during race)
Race Start July 30, 2023 2:51:51pm UTC
Race Finish July 30, 2023 2:52:10pm UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 26.38
Text #10010 (Length: 143 characters)

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