Daniel (oksshammy)

Race #3

View Pit Stop page for race #3 by oksshammyGhost race

View profile for Daniel (oksshammy)

Official speed 53.41 wpm (30.11 seconds elapsed during race)
Race Start May 10, 2018 9:25:00pm UTC
Race Finish May 10, 2018 9:25:31pm UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 16.02
Text #10010 (Length: 143 characters)

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