Ghost (thelegend72)

Race #4

View Pit Stop page for race #4 by thelegend72Ghost race

View profile for Ghost (thelegend72)

Official speed 39.29 wpm (43.68 seconds elapsed during race)
Race Start March 15, 2023 5:19:18am UTC
Race Finish March 15, 2023 5:20:02am UTC
Outcome No win (2 of 2)
Accuracy 95.0%
Points 11.79
Text #10010 (Length: 143 characters)

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