(anarchist69)

Race #1

View Pit Stop page for race #1 by anarchist69Ghost race

View profile for (anarchist69)

Official speed 60.67 wpm (28.28 seconds elapsed during race)
Race Start March 16, 2021 11:12:36am UTC
Race Finish March 16, 2021 11:13:04am UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 18.20
Text #10010 (Length: 143 characters)

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