Leo (tfeq)

Race #3

View Pit Stop page for race #3 by tfeqGhost race

View profile for Leo (tfeq)

Official speed 39.04 wpm (43.95 seconds elapsed during race)
Race Start July 10, 2023 4:30:56pm UTC
Race Finish July 10, 2023 4:31:40pm UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 11.71
Text #10010 (Length: 143 characters)

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