naveen (regretfulsalsa)

Race #4

View Pit Stop page for race #4 by regretfulsalsaGhost race

View profile for naveen (regretfulsalsa)

Official speed 48.20 wpm (35.60 seconds elapsed during race)
Race Start October 25, 2021 9:06:48am UTC
Race Finish October 25, 2021 9:07:23am UTC
Outcome No win (3 of 3)
Accuracy 96.0%
Points 14.46
Text #10010 (Length: 143 characters)

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