dead (karovin)

Race #4

View Pit Stop page for race #4 by karovinGhost race

View profile for dead (karovin)

Official speed 63.77 wpm (25.22 seconds elapsed during race)
Race Start March 15, 2018 7:20:53pm UTC
Race Finish March 15, 2018 7:21:18pm UTC
Outcome No win (2 of 3)
Accuracy 94.0%
Points 19.13
Text #10010 (Length: 143 characters)

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