Sporcle (sporcle)

Race #9

View Pit Stop page for race #9 by sporcleGhost race

View profile for Sporcle (sporcle)

Official speed 109.57 wpm (14.68 seconds elapsed during race)
Race Start June 10, 2019 4:04:44am UTC
Race Finish June 10, 2019 4:04:59am UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 32.87
Text #10010 (Length: 143 characters)

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