NEO (qwerty_08)

Race #1

View Pit Stop page for race #1 by qwerty_08Ghost race

View profile for NEO (qwerty_08)

Official speed 34.03 wpm (50.43 seconds elapsed during race)
Race Start December 6, 2022 4:18:36am UTC
Race Finish December 6, 2022 4:19:26am UTC
Outcome No win (2 of 3)
Accuracy 95.0%
Points 10.21
Text #10010 (Length: 143 characters)

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