SalmanMKC (hellothen)

Race #45

View Pit Stop page for race #45 by hellothenGhost race

View profile for SalmanMKC (hellothen)

Official speed 64.82 wpm (24.81 seconds elapsed during race)
Race Start January 28, 2019 6:31:46am UTC
Race Finish January 28, 2019 6:32:11am UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 19.45
Text #10010 (Length: 143 characters)

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