yukiel (yukiel)

Race #1

View Pit Stop page for race #1 by yukielGhost race

View profile for yukiel (yukiel)

Official speed 76.70 wpm (22.37 seconds elapsed during race)
Race Start June 30, 2023 3:22:26am UTC
Race Finish June 30, 2023 3:22:48am UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 23.01
Text #10010 (Length: 143 characters)

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