naveen (regretfulsalsa)

Race #6

View Pit Stop page for race #6 by regretfulsalsaGhost race

View profile for naveen (regretfulsalsa)

Official speed 60.93 wpm (28.16 seconds elapsed during race)
Race Start October 25, 2021 9:19:30am UTC
Race Finish October 25, 2021 9:19:58am UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 18.28
Text #10010 (Length: 143 characters)

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