SalmanMKC (hellothen)

Race #153

View Pit Stop page for race #153 by hellothenGhost race

View profile for SalmanMKC (hellothen)

Official speed 61.46 wpm (27.92 seconds elapsed during race)
Race Start August 24, 2021 8:56:49pm UTC
Race Finish August 24, 2021 8:57:17pm UTC
Outcome No win (2 of 2)
Accuracy 95.0%
Points 18.44
Text #10010 (Length: 143 characters)

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