Tim (tim_han1234)

Race #2

View Pit Stop page for race #2 by tim_han1234Ghost race

View profile for Tim (tim_han1234)

Official speed 69.22 wpm (23.23 seconds elapsed during race)
Race Start September 24, 2020 1:57:14pm UTC
Race Finish September 24, 2020 1:57:38pm UTC
Outcome Win (1 of 3)
Accuracy 98.0%
Points 20.77
Text #10010 (Length: 143 characters)

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