sdr4wkc48 (sdr4wkc48)

Race #6

View Pit Stop page for race #6 by sdr4wkc48Ghost race

View profile for sdr4wkc48 (sdr4wkc48)

Official speed 50.93 wpm (33.69 seconds elapsed during race)
Race Start January 18, 2023 4:06:47pm UTC
Race Finish January 18, 2023 4:07:21pm UTC
Outcome Win (1 of 3)
Accuracy 94.0%
Points 15.28
Text #10010 (Length: 143 characters)

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