Spieff (spieff)

Race #8

View Pit Stop page for race #8 by spieffGhost race

View profile for Spieff (spieff)

Official speed 66.01 wpm (26.00 seconds elapsed during race)
Race Start March 15, 2023 8:40:38pm UTC
Race Finish March 15, 2023 8:41:04pm UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 19.80
Text #10010 (Length: 143 characters)

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