Trout (tr00t)

Race #1

View Pit Stop page for race #1 by tr00tGhost race

View profile for Trout (tr00t)

Official speed 39.12 wpm (43.87 seconds elapsed during race)
Race Start January 15, 2022 7:40:27pm UTC
Race Finish January 15, 2022 7:41:11pm UTC
Outcome No win (3 of 2)
Accuracy 94.0%
Points 11.73
Text #10010 (Length: 143 characters)

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