SalmanMKC (hellothen)

Race #96

View Pit Stop page for race #96 by hellothenGhost race

View profile for SalmanMKC (hellothen)

Official speed 64.90 wpm (24.78 seconds elapsed during race)
Race Start January 30, 2019 1:15:28pm UTC
Race Finish January 30, 2019 1:15:53pm UTC
Outcome Win (1 of 2)
Opponents 2. poem (64.43 wpm)
Accuracy 95.0%
Points 19.47
Text #10010 (Length: 143 characters)

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