:) (bavadin)

Race #273

View Pit Stop page for race #273 by bavadinGhost race

View profile for :) (bavadin)

Official speed 87.42 wpm (18.39 seconds elapsed during race)
Race Start September 3, 2020 12:45:12am UTC
Race Finish September 3, 2020 12:45:31am UTC
Outcome Win (1 of 3)
Accuracy 99.0%
Points 26.23
Text #10010 (Length: 143 characters)

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