raging_wolf (raging_wolf)

Race #47

View Pit Stop page for race #47 by raging_wolfGhost race

View profile for raging_wolf (raging_wolf)

Official speed 23.31 wpm (68.98 seconds elapsed during race)
Race Start December 10, 2020 2:29:08pm UTC
Race Finish December 10, 2020 2:30:17pm UTC
Outcome No win (3 of 3)
Accuracy 95.0%
Points 6.99
Text #10010 (Length: 143 characters)

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