learning (maximum420)

Race #3

View Pit Stop page for race #3 by maximum420Ghost race

View profile for learning (maximum420)

Official speed 21.64 wpm (79.30 seconds elapsed during race)
Race Start January 27, 2023 8:25:49am UTC
Race Finish January 27, 2023 8:27:08am UTC
Outcome No win (3 of 3)
Accuracy 92.0%
Points 6.49
Text #10010 (Length: 143 characters)

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