Weej (weej)

Race #1

View Pit Stop page for race #1 by weejGhost race

View profile for Weej (weej)

Official speed 35.76 wpm (47.99 seconds elapsed during race)
Race Start July 13, 2023 5:31:39pm UTC
Race Finish July 13, 2023 5:32:27pm UTC
Outcome No win (3 of 3)
Accuracy 94.0%
Points 10.73
Text #10010 (Length: 143 characters)

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