omni (omniext)

Race #1

View Pit Stop page for race #1 by omniextGhost race

View profile for omni (omniext)

Official speed 35.02 wpm (49.00 seconds elapsed during race)
Race Start June 11, 2023 8:58:59am UTC
Race Finish June 11, 2023 8:59:48am UTC
Outcome No win (2 of 3)
Accuracy 96.0%
Points 10.51
Text #10010 (Length: 143 characters)

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