Katrina Devries (mantisgetsmoney)

Race #2

View Pit Stop page for race #2 by mantisgetsmoneyGhost race

View profile for Katrina Devries (mantisgetsmoney)

Official speed 34.63 wpm (49.55 seconds elapsed during race)
Race Start December 25, 2022 12:04:06am UTC
Race Finish December 25, 2022 12:04:55am UTC
Outcome No win (3 of 3)
Accuracy 96.0%
Points 10.39
Text #10010 (Length: 143 characters)

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