dead (karovin)

Race #1

View Pit Stop page for race #1 by karovinGhost race

View profile for dead (karovin)

Official speed 47.23 wpm (34.05 seconds elapsed during race)
Race Start March 15, 2018 7:17:59pm UTC
Race Finish March 15, 2018 7:18:33pm UTC
Outcome Win (1 of 3)
Accuracy 93.0%
Points 14.17
Text #10010 (Length: 143 characters)

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