learning (maximum420)

Race #4

View Pit Stop page for race #4 by maximum420Ghost race

View profile for learning (maximum420)

Official speed 26.05 wpm (65.87 seconds elapsed during race)
Race Start January 27, 2023 8:27:32am UTC
Race Finish January 27, 2023 8:28:38am UTC
Outcome No win (3 of 3)
Accuracy 91.0%
Points 7.81
Text #10010 (Length: 143 characters)

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