zro123 (zero123)

Race #1

View Pit Stop page for race #1 by zero123Ghost race

View profile for zro123 (zero123)

Official speed 57.69 wpm (27.87 seconds elapsed during race)
Race Start November 22, 2020 9:48:32pm UTC
Race Finish November 22, 2020 9:49:00pm UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 17.31
Text #10010 (Length: 143 characters)

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