TotalledZebra (totalledzebra)

Race #11

View Pit Stop page for race #11 by totalledzebraGhost race

View profile for TotalledZebra (totalledzebra)

Official speed 72.04 wpm (23.82 seconds elapsed during race)
Race Start April 28, 2023 4:38:05pm UTC
Race Finish April 28, 2023 4:38:29pm UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 21.61
Text #10010 (Length: 143 characters)

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