darkroth (xdarkroth)

Race #1

View Pit Stop page for race #1 by xdarkrothGhost race

View profile for darkroth (xdarkroth)

Official speed 53.02 wpm (32.37 seconds elapsed during race)
Race Start June 9, 2023 3:48:46pm UTC
Race Finish June 9, 2023 3:49:18pm UTC
Outcome Win (1 of 2)
Accuracy 94.0%
Points 15.91
Text #10010 (Length: 143 characters)

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