Sporcle (sporcle)

Race #10

View Pit Stop page for race #10 by sporcleGhost race

View profile for Sporcle (sporcle)

Official speed 107.01 wpm (15.03 seconds elapsed during race)
Race Start June 10, 2019 4:05:46am UTC
Race Finish June 10, 2019 4:06:01am UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 32.10
Text #10010 (Length: 143 characters)

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