raging_wolf (raging_wolf)

Race #41

View Pit Stop page for race #41 by raging_wolfGhost race

View profile for raging_wolf (raging_wolf)

Official speed 32.48 wpm (49.51 seconds elapsed during race)
Race Start December 9, 2020 9:48:44am UTC
Race Finish December 9, 2020 9:49:33am UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 9.75
Text #10010 (Length: 143 characters)

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