Robert (zingers_za)

Race #6

View Pit Stop page for race #6 by zingers_zaGhost race

View profile for Robert (zingers_za)

Official speed 33.88 wpm (47.46 seconds elapsed during race)
Race Start September 4, 2018 7:12:45pm UTC
Race Finish September 4, 2018 7:13:33pm UTC
Outcome No win (2 of 3)
Accuracy 92.0%
Points 10.16
Text #10010 (Length: 143 characters)

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