danjkstra (danjkstra)

Race #9

View Pit Stop page for race #9 by danjkstraGhost race

View profile for danjkstra (danjkstra)

Official speed 38.91 wpm (44.10 seconds elapsed during race)
Race Start November 8, 2022 6:43:00pm UTC
Race Finish November 8, 2022 6:43:44pm UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 11.67
Text #10010 (Length: 143 characters)

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