Daniel (youmth)

Race #1

View Pit Stop page for race #1 by youmthGhost race

View profile for Daniel (youmth)

Official speed 59.15 wpm (29.01 seconds elapsed during race)
Race Start July 5, 2023 10:39:19am UTC
Race Finish July 5, 2023 10:39:48am UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 17.75
Text #10010 (Length: 143 characters)

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