Tim (tim_rs)

Race #1

View Pit Stop page for race #1 by tim_rsGhost race

View profile for Tim (tim_rs)

Official speed 60.59 wpm (26.54 seconds elapsed during race)
Race Start January 1, 2021 3:46:01pm UTC
Race Finish January 1, 2021 3:46:27pm UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 18.18
Text #10010 (Length: 143 characters)

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