Alex (alexey0)

Race #81

View Pit Stop page for race #81 by alexey0Ghost race

View profile for Alex (alexey0)

Official speed 35.40 wpm (45.42 seconds elapsed during race)
Race Start January 27, 2018 5:32:43pm UTC
Race Finish January 27, 2018 5:33:28pm UTC
Outcome No win (2 of 3)
Accuracy 99.0%
Points 10.62
Text #10010 (Length: 143 characters)

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