icebox (flsf)

Race #31

View Pit Stop page for race #31 by flsfGhost race

View profile for icebox (flsf)

Official speed 67.69 wpm (23.76 seconds elapsed during race)
Race Start April 29, 2019 6:56:56pm UTC
Race Finish April 29, 2019 6:57:20pm UTC
Outcome No win (2 of 3)
Accuracy 97.0%
Points 20.31
Text #10010 (Length: 143 characters)

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