Sporcle (sporcle)

Race #8

View Pit Stop page for race #8 by sporcleGhost race

View profile for Sporcle (sporcle)

Official speed 96.95 wpm (16.59 seconds elapsed during race)
Race Start June 10, 2019 4:03:08am UTC
Race Finish June 10, 2019 4:03:25am UTC
Outcome Win (1 of 3)
Accuracy 96.0%
Points 29.08
Text #10010 (Length: 143 characters)

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