InDominus (indominus_rage)

Race #10

View Pit Stop page for race #10 by indominus_rageGhost race

View profile for InDominus (indominus_rage)

Official speed 44.33 wpm (38.71 seconds elapsed during race)
Race Start March 17, 2022 6:22:54am UTC
Race Finish March 17, 2022 6:23:32am UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 13.30
Text #10010 (Length: 143 characters)

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