Stop (stop__)

Race #23

View Pit Stop page for race #23 by stop__Ghost race

View profile for Stop (stop__)

Official speed 28.37 wpm (60.49 seconds elapsed during race)
Race Start April 15, 2023 10:05:10pm UTC
Race Finish April 15, 2023 10:06:11pm UTC
Outcome No win (3 of 3)
Accuracy 90.0%
Points 8.51
Text #10010 (Length: 143 characters)

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