Dinja (insanedjoker)

Race #4

View Pit Stop page for race #4 by insanedjokerGhost race

View profile for Dinja (insanedjoker)

Official speed 43.43 wpm (39.51 seconds elapsed during race)
Race Start November 22, 2020 2:51:10am UTC
Race Finish November 22, 2020 2:51:49am UTC
Outcome Win (1 of 3)
Accuracy 93.0%
Points 13.03
Text #10010 (Length: 143 characters)

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