John (avocado_racer)

Race #1

View Pit Stop page for race #1 by avocado_racerGhost race

View profile for John (avocado_racer)

Official speed 49.40 wpm (32.55 seconds elapsed during race)
Race Start November 25, 2020 9:06:17pm UTC
Race Finish November 25, 2020 9:06:49pm UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 14.82
Text #10010 (Length: 143 characters)

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