Andrey (octoboar)

Race #9

View Pit Stop page for race #9 by octoboarGhost race

View profile for Andrey (octoboar)

Official speed 32.42 wpm (49.60 seconds elapsed during race)
Race Start December 1, 2020 9:41:10pm UTC
Race Finish December 1, 2020 9:42:00pm UTC
Outcome No win (3 of 3)
Accuracy 94.0%
Points 9.73
Text #10010 (Length: 143 characters)

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