EgyptianTyper (emptybox34)

Race #1

View Pit Stop page for race #1 by emptybox34Ghost race

View profile for EgyptianTyper (emptybox34)

Official speed 58.90 wpm (29.13 seconds elapsed during race)
Race Start June 4, 2023 4:13:34pm UTC
Race Finish June 4, 2023 4:14:03pm UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 17.67
Text #10010 (Length: 143 characters)

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