SalmanMKC (hellothen)

Race #87

View Pit Stop page for race #87 by hellothenGhost race

View profile for SalmanMKC (hellothen)

Official speed 66.20 wpm (24.29 seconds elapsed during race)
Race Start January 29, 2019 9:37:14am UTC
Race Finish January 29, 2019 9:37:38am UTC
Outcome No win (2 of 3)
Accuracy 95.0%
Points 19.86
Text #10010 (Length: 143 characters)

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