SalmanMKC (hellothen)

Race #123

View Pit Stop page for race #123 by hellothenGhost race

View profile for SalmanMKC (hellothen)

Official speed 70.25 wpm (22.89 seconds elapsed during race)
Race Start February 6, 2019 12:37:55pm UTC
Race Finish February 6, 2019 12:38:18pm UTC
Outcome No win (2 of 3)
Accuracy 97.0%
Points 21.08
Text #10010 (Length: 143 characters)

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