Matthias (mkrull)

Race #5

View Pit Stop page for race #5 by mkrullGhost race

View profile for Matthias (mkrull)

Official speed 22.04 wpm (72.96 seconds elapsed during race)
Race Start April 14, 2018 8:19:20pm UTC
Race Finish April 14, 2018 8:20:33pm UTC
Outcome No win (2 of 3)
Accuracy 95.0%
Points 6.61
Text #10010 (Length: 143 characters)

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