Fuexfollets (fuexfollets)

Race #29

View Pit Stop page for race #29 by fuexfolletsGhost race

View profile for Fuexfollets (fuexfollets)

Official speed 77.88 wpm (22.03 seconds elapsed during race)
Race Start August 23, 2023 10:38:40pm UTC
Race Finish August 23, 2023 10:39:02pm UTC
Outcome No win (2 of 3)
Accuracy 99.0%
Points 23.37
Text #10010 (Length: 143 characters)

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