Kemwer (kemwer)

Race #2

View Pit Stop page for race #2 by kemwerGhost race

View profile for Kemwer (kemwer)

Official speed 34.82 wpm (46.18 seconds elapsed during race)
Race Start January 31, 2018 2:44:02am UTC
Race Finish January 31, 2018 2:44:48am UTC
Outcome No win (3 of 3)
Accuracy 94.0%
Points 10.45
Text #10010 (Length: 143 characters)

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