zetria (primalknight)

Race #3

View Pit Stop page for race #3 by primalknightGhost race

View profile for zetria (primalknight)

Official speed 66.12 wpm (24.32 seconds elapsed during race)
Race Start February 16, 2019 5:41:11am UTC
Race Finish February 16, 2019 5:41:35am UTC
Outcome No win (3 of 3)
Accuracy 97.0%
Points 19.84
Text #10010 (Length: 143 characters)

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