:) (bavadin)

Race #4

View Pit Stop page for race #4 by bavadinGhost race

View profile for :) (bavadin)

Official speed 55.04 wpm (29.22 seconds elapsed during race)
Race Start November 23, 2019 3:14:25am UTC
Race Finish November 23, 2019 3:14:54am UTC
Outcome No win (3 of 3)
Accuracy 95.0%
Points 16.51
Text #10010 (Length: 143 characters)

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