squarified (squarified)

Race #1

View Pit Stop page for race #1 by squarifiedGhost race

View profile for squarified (squarified)

Official speed 50.65 wpm (33.88 seconds elapsed during race)
Race Start June 6, 2023 2:00:04pm UTC
Race Finish June 6, 2023 2:00:38pm UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 15.20
Text #10010 (Length: 143 characters)

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