Ovidiu (oschipor)

Race #85

View Pit Stop page for race #85 by oschiporGhost race

View profile for Ovidiu (oschipor)

Official speed 25.14 wpm (63.96 seconds elapsed during race)
Race Start May 18, 2019 4:41:44pm UTC
Race Finish May 18, 2019 4:42:48pm UTC
Outcome Win (1 of 3)
Accuracy 97.0%
Points 7.54
Text #10010 (Length: 143 characters)

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