TC (tccaetano)

Race #8

View Pit Stop page for race #8 by tccaetanoGhost race

View profile for TC (tccaetano)

Official speed 66.89 wpm (24.04 seconds elapsed during race)
Race Start September 5, 2019 10:57:43pm UTC
Race Finish September 5, 2019 10:58:07pm UTC
Outcome No win (1 of 1)
Accuracy 97.0%
Points 20.07
Text #10010 (Length: 143 characters)

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