kewl (hyper_racer)

Race #62

View Pit Stop page for race #62 by hyper_racerGhost race

View profile for kewl (hyper_racer)

Official speed 77.47 wpm (20.76 seconds elapsed during race)
Race Start August 22, 2019 12:57:59pm UTC
Race Finish August 22, 2019 12:58:20pm UTC
Outcome No win (1 of 1)
Accuracy 99.0%
Points 23.24
Text #10010 (Length: 143 characters)

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