sdr4wkc48 (sdr4wkc48)

Race #18

View Pit Stop page for race #18 by sdr4wkc48Ghost race

View profile for sdr4wkc48 (sdr4wkc48)

Official speed 53.15 wpm (32.29 seconds elapsed during race)
Race Start February 13, 2023 1:01:04pm UTC
Race Finish February 13, 2023 1:01:36pm UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 15.95
Text #10010 (Length: 143 characters)

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