SalmanMKC (hellothen)

Race #50

View Pit Stop page for race #50 by hellothenGhost race

View profile for SalmanMKC (hellothen)

Official speed 63.87 wpm (25.18 seconds elapsed during race)
Race Start January 28, 2019 8:46:08am UTC
Race Finish January 28, 2019 8:46:33am UTC
Outcome Win (1 of 3)
Accuracy 95.0%
Points 19.16
Text #10010 (Length: 143 characters)

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