danjkstra (danjkstra)

Race #27

View Pit Stop page for race #27 by danjkstraGhost race

View profile for danjkstra (danjkstra)

Official speed 42.03 wpm (40.83 seconds elapsed during race)
Race Start December 13, 2022 2:44:59pm UTC
Race Finish December 13, 2022 2:45:40pm UTC
Outcome No win (2 of 3)
Accuracy 95.0%
Points 12.61
Text #10010 (Length: 143 characters)

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