raging_wolf (raging_wolf)

Race #15

View Pit Stop page for race #15 by raging_wolfGhost race

View profile for raging_wolf (raging_wolf)

Official speed 34.84 wpm (46.15 seconds elapsed during race)
Race Start December 1, 2020 1:46:02pm UTC
Race Finish December 1, 2020 1:46:48pm UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 10.45
Text #10010 (Length: 143 characters)

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